Multiple Labels

ddmcn

Registered User.
Local time
Today, 03:00
Joined
Sep 12, 2002
Messages
73
I have an address table that contains a field showing the number of copies that the addressee should receive. Is there some way to get the report writer to create multiple labels based on the number of copies column?

TIA
 
Skip Labels

Hi Pat,

With reference to the answer, did u tried that code anytime? I had a problem in that. When I am using the code, I can see the label skipped in the preview screen, but when I am printing the label is not skipped? Why is that? Any idea?


Thanks in advance


Thanks
 
Help!

Pat,

I've looked at the code. It appears to require user prompt for the number of duplicates. Any idea how to alter the code to look at a column in the database to determine the number of duplicate labels.

For instance, the items I need to mail come in boxes of 10. If a customer needs 11 - 20 copies, I need two labels. If 21 - 30, I'll need 3 labels, etc.

I'd prefer not to have the user respond to a prompt, but rather have the code look up the num_copies and establish the number of labels based upon that number.

Any suggestions.

TIA
 

Users who are viewing this thread

Back
Top Bottom