SteveL13
asked on
How remember what position on a sheet of labels the last label used
I want to print address labels from a label template using Access 2010. But I don't want to waste any labels. Is there a way to remember what position on a sheet of labels the last label used so the next time it can start with an unused label?
--Steve
--Steve
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
In addition to Peter's code, you can switch from sheets of labels to a continuous roll of labels.
One system I work with allows you to input the number of "used" labels, and the printing starts from there. Basically, there is a routine that determines the number of labels available on the sheet. The user enters the number of "used" labels, and the routine then enters blank data for those labels, and starts the "live" labels at the next available.
So on a sheet of 10 labels (2 columns of 5), if I enter that I've used 3 labels, and I want to print a single label, the routine would enter blank data for 3 labels, live data for a single label, and nothing for the rest. The end result is a sheet with one label in the "4th" position (i.e. the second column, second label down).