My client creates orders each with multiple items, assembling details in a query like this.
Using this to print labels gives just one label for each Order Detail ID. We want instead to print the quantity number of each label, so
8 of Maldon Gold
4 of Oscar Wilde
24 of Captain Bob
etc
Preferably we'd like to print the whole set for any Order ID, not have to work down row by row.
Is this possible?
Using this to print labels gives just one label for each Order Detail ID. We want instead to print the quantity number of each label, so
8 of Maldon Gold
4 of Oscar Wilde
24 of Captain Bob
etc
Preferably we'd like to print the whole set for any Order ID, not have to work down row by row.
Is this possible?