How to make label print duplicated records?

  • Thread starter Thread starter Min
  • Start date Start date
M

Min

Hi, I have a table which has clients' names and addresses. I need print
label for selected clients, but the difficult thing is some clients' label
need be printed 3 or 4, some just one. How can I create such label print?
 
Thank you!
I am not clear, at which step I can enter the number of copies for that
record? Let me give an example: Suppose there are 4 clients in the table, I
need print 1 label for Client_A and Client_C, 2 labels for Client_B and 3
labels for Client_D. In the table Clients, there is field called QtyOfCopy
which is for the quantity of label of the client to be print.

This mean each record has different quantity to print, I am just wondering,
at step 4, how can I put different number to a single criteria?
 
Back
Top