thebigcheese
Technical User
I am creating a mailing label from an orders table. Within the orders table there is a field "Quantity" and amongst others "Customer".
A customer may order a quantity of say 3. This results in the need to print out 3 labels (to go on a box for mail-out) and on each label print "Box 1 of 3", "Box 2 of 3" etc.
How can this best be achieved, given that there is only one record in the orders table?
A customer may order a quantity of say 3. This results in the need to print out 3 labels (to go on a box for mail-out) and on each label print "Box 1 of 3", "Box 2 of 3" etc.
How can this best be achieved, given that there is only one record in the orders table?