J
junker1234
I use Access to generate receiving tags for orders that we receive
using a report based on a parameter query that lists all items on a
single invoice.
The problem is that sometimes a given item will have a quantity greater
than one. When I run the report it only prepares one tag for this item
even though I will need more than one tag (because the items come in
different boxes). Printing out the report multiple times works, but it
is time consuming and wastes paper.
Is there any way to have Access duplicate a record a certain number of
times in the report?
Example
Invoice #11111
Item: Hat
Qty:3
Would show only:
Hat Inv#11111
But I want it to show:
Hat Inv#11111
Hat Inv#11111
Hat Inv#11111
so that I can tage each item.
Thanks for any help!
using a report based on a parameter query that lists all items on a
single invoice.
The problem is that sometimes a given item will have a quantity greater
than one. When I run the report it only prepares one tag for this item
even though I will need more than one tag (because the items come in
different boxes). Printing out the report multiple times works, but it
is time consuming and wastes paper.
Is there any way to have Access duplicate a record a certain number of
times in the report?
Example
Invoice #11111
Item: Hat
Qty:3
Would show only:
Hat Inv#11111
But I want it to show:
Hat Inv#11111
Hat Inv#11111
Hat Inv#11111
so that I can tage each item.
Thanks for any help!