Access Labels

B

Barbara S

How can I get Access to prompt a user to indicate the number of labels for
each record? Ideally, the report will then print the indicated number of
labels for each record. IE 3 labels for record 1, 2 for record 2, 0 for
record 3.
Thanks!
 
A

Allen Browne

If you want a different number of labels for each record, the easiest
solution will be to add a Quantity field to your table, and enter the number
of labels you want for each record.

You can then use the solution described in this article:
Printing a Quantity of a Label
at:
http://allenbrowne.com/ser-39.html
 
B

Barbara S

Thanks!

Allen Browne said:
If you want a different number of labels for each record, the easiest
solution will be to add a Quantity field to your table, and enter the number
of labels you want for each record.

You can then use the solution described in this article:
Printing a Quantity of a Label
at:
http://allenbrowne.com/ser-39.html
 
Top