Hi all
I am working on a labelling database, the basic concept involves handling
client setups, and creating sequential labels for them. For instance a
client might request 200 labels starting at 10000 to 10200. Using the Label
Wizard in Access 2002 I have been able to work out the printing part of this
if I generate a query that contains the sequence, but that seems a bit
sloppy . . .
I was then thinking that I could create a macro that does the job for me as
part of the report, starts at the sequence_start and then just loops until
the sequence_end..... Am I on the right track? I am by no means a macro
guy when it comes to Access. I am hoping for ideas. The query has the
start and end sequence numbers, I just need a macro to work in the report to
generate the labels for the requested sequence, and loop until completed.
Any assistance is greatly appreciated.
I am working on a labelling database, the basic concept involves handling
client setups, and creating sequential labels for them. For instance a
client might request 200 labels starting at 10000 to 10200. Using the Label
Wizard in Access 2002 I have been able to work out the printing part of this
if I generate a query that contains the sequence, but that seems a bit
sloppy . . .
I was then thinking that I could create a macro that does the job for me as
part of the report, starts at the sequence_start and then just loops until
the sequence_end..... Am I on the right track? I am by no means a macro
guy when it comes to Access. I am hoping for ideas. The query has the
start and end sequence numbers, I just need a macro to work in the report to
generate the labels for the requested sequence, and loop until completed.
Any assistance is greatly appreciated.