Does anybody have a GOOD way to cause a detail line to be repeated?
For example say I am trying to create a receipt for purchased items. I want to print out the information about the purchased item QUANTITY times. (I know add a quantity field to the receipt, but this is an example not what I really need it for)
So I want to print something like:
Can of Soup
Bag of Chips
Bag of Chips
Bag of Chips
Bag of Chips
Tub of Chip Dip
Case of Mountain Dew
Case of Mountain Dew
Case of Mountain Dew
from the records:
"Can of Soup",1
"Bag of Chips",4
"Tub of Chip Dip",1
"Case of Mountain Dew",3
TIA
Peter Richardson
For example say I am trying to create a receipt for purchased items. I want to print out the information about the purchased item QUANTITY times. (I know add a quantity field to the receipt, but this is an example not what I really need it for)
So I want to print something like:
Can of Soup
Bag of Chips
Bag of Chips
Bag of Chips
Bag of Chips
Tub of Chip Dip
Case of Mountain Dew
Case of Mountain Dew
Case of Mountain Dew
from the records:
"Can of Soup",1
"Bag of Chips",4
"Tub of Chip Dip",1
"Case of Mountain Dew",3
TIA
Peter Richardson