Printing help : auto numbered 'tickets'...?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • radhak
    Veteran Member
    • Apr 2006
    • 3061
    • Miramar, FL
    • Right Tilt 3HP Unisaw

    #1

    Printing help : auto numbered 'tickets'...?

    My wife volunteered at the PTA to print 'tickets' for an upcoming magic show at the school. The tickets have a standard format, to be printed in a large number (maybe 1000+).

    Everything else is fine - but they want the tickets to have a running serial number at the top, like 1,2,3,... Actually, that number is the only thing changing from one ticket to another.

    So how would you do this? I am assuming MS Word, but any other suggestions are welcome.

    I thought printing 'Labels' might help, but it needs a data-source. Of course, the brute-force method might be to create an excel sheet as the data-source with 1000+ lines, each line having nothing but a running serial number that the Label would pick up. But isn't there anything more elegant?

    There is another 'field' called ListNum. how does that work?
    It is the mark of an educated mind to be able to entertain a thought without accepting it.
    - Aristotle
  • Tom Slick
    Veteran Member
    • May 2005
    • 2913
    • Paso Robles, Calif, USA.
    • sears BT3 clone

    #2
    Do you have excel? You can link the two together to generate lists, in your case the list would be numbers.
    If someone else doesn't come up with an easier way I'll dig up my office book and figure it out.
    Opportunity is missed by most people because it is dressed in overalls and looks like work. - Thomas Edison

    Comment

    • tuttlejr
      Established Member
      • Aug 2003
      • 440
      • LAKEWAY, TX, USA.

      #3
      You could create a macro to do this. I use and prefer WordPerfect and have a macro to do that.
      Bob Tuttle

      Comment

      • Scottydont
        Veteran Member
        • Aug 2003
        • 2359
        • Edmonds, WA, USA.
        • Delta Industrial Hybrid

        #4
        You may want to check out something like this template from Office Depot

        http://www.officedepot.com/guides/pa...kets_instr.pdf
        Scott
        "The Laminate Flooring Benchtop Guy"

        Edmonds WA

        No coffee, no worky!

        Comment

        • crokett
          The Full Monte
          • Jan 2003
          • 10627
          • Mebane, NC, USA.
          • Ryobi BT3000

          #5
          This is a one-off. What is wrong with brute force and using an Excel/Word mail-merge?
          David

          The chief cause of failure in this life is giving up what you want most for what you want at the moment.

          Comment

          • JSUPreston
            Veteran Member
            • Dec 2005
            • 1189
            • Montgomery, AL.
            • Delta 36-979 w/Biesemyere fence kit making it a 36-982. Previous saw was BT3100-1.

            #6
            No, no, no. You've got to create a SQL database with the event, date, time, ticket number, row & seat, cost, etc. in related tables. Then...you've got to create a VB front end that calls the data from said database and creates a printable pdf with unique bar codes as well as the ticket number to make sure no one has a counterfit ticket. After that, you've got to make sure that the ticket is printed on paper with ink (or laser) that can not be modified, preferably with a holographic image on it.

            Then again, you could tell me to shut up. Seriously, because I deal more with hardware and networks than software, I'd probably create a data source with all the info in Excel, and then link it in Word or Publisher to actually handle the print. Even that is probably too much work for what you need, but it's the only way I can think of at the moment...still drinking the coffee, so brain isn't warmed up yet.
            "It's a dog eat dog world out there, and I'm wearing Milk-Bone underwear."- Norm (from Cheers)

            Eat beef-because the west wasn't won on salad.

            Comment

            • DaveS
              Senior Member
              • May 2003
              • 596
              • Minneapolis,MN

              #7
              Originally posted by JSUPreston
              preferably with a holographic image on it.
              For this application, an HMAC mixed into the bar code should suffice (assuming a an appropriately strong random key is used, of course).

              Comment

              • Dale In Corona
                Forum Newbie
                • Jan 2005
                • 81
                • Corona, CA, USA.

                #8
                Calm down people, put your coffee down and your wallets away! There is no neeed for excel word merges or fancy templates from office depot.

                If you are using word:

                Place your cursor where you want the numbers to appear on the ticket(s)

                Go to INSERT (On the menu bar at top)

                Choose FIELD

                Choose AutoNum

                This will insert a field into your word document that will automatically generate a number, with each instance of the field causing a new number (ascending) in sequence for every one of them in the same document.

                See attached example if interested.

                Dale

                Comment

                • Lonnie in Orlando
                  Senior Member
                  • May 2003
                  • 649
                  • Orlando, FL, USA.
                  • BT3000

                  #9
                  Click on "Help" in Microsoft Word
                  Choose "Microsoft Word Help"
                  Enter "Raffle Tickets" in the input box

                  A numer of raffle ticket formats can be downloaded. Some with sequencial numbers. May require mail-merge.

                  - Lonnie
                  OLD STUFF ... houses, furniture, cars, wine ... I love it all

                  Comment

                  • Grandpasteve
                    Forum Newbie
                    • Jul 2007
                    • 9

                    #10
                    Listnum

                    The LISTNUM fiield will allow you to specify a starting number if you had to do subsequent printings.

                    Comment

                    • Lonnie in Orlando
                      Senior Member
                      • May 2003
                      • 649
                      • Orlando, FL, USA.
                      • BT3000

                      #11
                      Whoa ... Dale:

                      How'd you do that?! Neat.

                      (I was writing my post to click on "Help" while you were posting your "Autonum" reply.)

                      Did you start with a MSWord table? Walk me through the process.

                      Thanks,

                      - Lonnie
                      OLD STUFF ... houses, furniture, cars, wine ... I love it all

                      Comment

                      • radhak
                        Veteran Member
                        • Apr 2006
                        • 3061
                        • Miramar, FL
                        • Right Tilt 3HP Unisaw

                        #12
                        nothing against brute-force, just was looking for an easier/shorter/more elegant way.

                        did not think of writing macros - should work too.

                        for whatever reason, the template from OfficeDepot does not work - there's no autonumbering happening even though it says it should... But nice templates there, Scott!

                        The AutoNum / ListNum only works if you copy-and-paste the original - in this context, it'd mean copy-pasting 1000 times - not ideal. Mail-merge would be better, as my word document would be only one label long, while creating the data-file in excel just needs seconds (btw, the data file could be in another word document too).

                        so for now looks like mail-merge from an excel data-file might be my best option, unless the macro comes about easily.
                        It is the mark of an educated mind to be able to entertain a thought without accepting it.
                        - Aristotle

                        Comment

                        • gabedad
                          Established Member
                          • May 2005
                          • 142
                          • Chelmsford, MA.
                          • unfortunately bts-15

                          #13
                          Originally posted by Lonnie in Orlando
                          Click on "Help" in Microsoft Word
                          Choose "Microsoft Word Help"
                          Enter "Raffle Tickets" in the input box

                          A numer of raffle ticket formats can be downloaded. Some with sequencial numbers. May require mail-merge.

                          - Lonnie
                          I second this one - It would seem to be the easiest way

                          Comment

                          • Dale In Corona
                            Forum Newbie
                            • Jan 2005
                            • 81
                            • Corona, CA, USA.

                            #14
                            Originally posted by Lonnie in Orlando
                            Did you start with a MSWord table? Walk me through the process...


                            IIRC, I put an outside border around the text "Ticket Number 1" (where the one was actually the AutoNum Macro).
                            • Format
                            • Borders and Shading
                            • Borders, Select outside border
                            • OR you can use the tool bar

                            Then I insterted a word table with three columns and one row below that.

                            Then I typed in the rest of the text you see, and added the background shading.

                            Not ideal, and I would definately come up with something alot more elegant if I were actually going to produce tickets, but for the purposes of the example, it got my point accross.

                            Dale

                            Comment

                            Working...