I am creating a database which prints HMIS labels. Multiple labels are chosen from a list box on a form, “frmLabel2x2”.
When I click the Preview button on the form the report runs code which prompts for which label to start with, (position on sheet of labels).
Then the report opens in preview mode.
I want to be able to select how many copies of each label selection to print.
For example, I want to print 2 copies of the first label, 6 copies of the second label and 1 copy of the third label.
I have a “Qty” field in the table “MAINTENANCE” and the query “qryMultiSelectCriteria”.
But I don’t know how to update/change the Qty field in the form “frmLabel2x2” or the list box “lstItem”.
I have attached the database, Labels3.mdb. It is in Access XP (2002).