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?
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?


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.
Comment