ArcherSteve
Perpetually Confused
- Local time
- Yesterday, 19:18
- Joined
- Jan 10, 2004
- Messages
- 48
Is it possible to print two records on one label? I have to print 200 numbers onto labels for ID purposes and I don't want to waste 200 labels if I can use 100.
For example, I need the first label to be:
and the second label to be
etc....
They are standard size Avery mailing labels. Any ideas?
Thank you in advance.
-Steve
For example, I need the first label to be:
Code:
BACKNUMBER BACKNUMBER
1 2
and the second label to be
Code:
BACKNUMBER BACKNUMBER
3 4
They are standard size Avery mailing labels. Any ideas?
Thank you in advance.
-Steve
Last edited: