I'm trying to print shipping labels from a SQL database. I pull all the info in correctly and everything is fine. Here's my problem, each label goes on a box based on the item number. So if a customer ordered 25 boxes of item #106 I would need 25 labels to print. In my table I have a field that has the box count for each item number. How do I tell Crystal Reports to print the number of labels based on this field? So if I tell Crystal That I want to print #106, how will it print 25 labels based on the field?
Thanks
Thanks