Add a table to your database that only has one number field. Populate this table to contain sequential numbers 1 to whatever the maximum number of labels you might print.
Add this table to the query that is the record source for your label report. Don't join it.
Add the field that contains the numbers to the query grid and set the criteria for this field to:
Between 1 And [YourQtyField]
This will generate the [YourQtyField] number of labels for each item........
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.