T
Tony Botelho
I've been wrestling with this problem for a bit and I'm
hoping someone has run across something similar.
I have a table that contains items:
ItemID ItemName Qty
1 C01 4
2 C02 6
3 S01 2
4 A01 1
What I'd like to do is create a report that will print
one record on each page, BUT I want to print one record
for EACH item based on the actual Quantity. In other
words, I'd like to somehow get a query to return the
following results so that I can print a label for
each 'physical' item
ItemID ItemName New Field
1 C01 1 of 4
1 C01 2 of 4
1 C01 3 of 4
1 C01 4 of 4
2 C02 1 of 6
....
4 A01 1 of 1
Is this possible?
Thanks in advance
Tony
hoping someone has run across something similar.
I have a table that contains items:
ItemID ItemName Qty
1 C01 4
2 C02 6
3 S01 2
4 A01 1
What I'd like to do is create a report that will print
one record on each page, BUT I want to print one record
for EACH item based on the actual Quantity. In other
words, I'd like to somehow get a query to return the
following results so that I can print a label for
each 'physical' item
ItemID ItemName New Field
1 C01 1 of 4
1 C01 2 of 4
1 C01 3 of 4
1 C01 4 of 4
2 C02 1 of 6
....
4 A01 1 of 1
Is this possible?
Thanks in advance
Tony