cricketbird
Registered User.
- Local time
- Today, 02:41
- Joined
- Jun 17, 2013
- Messages
- 116
From selected record(s) in a listbox, I would like to print multiple mailing labels (stickers). So, if someone enters "5" on the form, it would print 5 identical labels per record. If they enter 300 labels, it should print 300 labels per selected record.
I can easily print 1 label each of the selected records, but I assume I need to join to an array or something with the numbers 1 through X or something to get the specified number of repeats. Does anyone have an example of how this would work? Thank you!
I can easily print 1 label each of the selected records, but I assume I need to join to an array or something with the numbers 1 through X or something to get the specified number of repeats. Does anyone have an example of how this would work? Thank you!