I have one form where you input customer information, and then another main form, with a command button which prints the report of all of the new customer information inputed onto labels. I am trying to add a list box to the customer info form for the desired number of copies to print of that particular label, so that when you click on the command button to print on the main form, it prints the specified number for each label (which may be different for each customer) from that list box. But... I can't get it to work. I was trying to do it with a macro using both OpenReport & PrintOut, but I'm not sure that PrintOut let's you use a variable? Does anyone have any ideas on how to go about this?
Thanks in advance!
Thanks in advance!