Danielle17
Technical User
I have a simple database that requires some sort of form that allows the user to choose a certain customer, address(street addr or billing addr), and the type of label...1" or 3 1/3". I've tried to use a suggestion that I received from this same forum. I tired to run the reports off of a query and then put [Forms]![FormName]![txtName] in the criteria expression but it just produces an address label that reads ERROR#. I'm not really sure how to get the report to switch to a certain type of label either. I do have 4 different reports. One 1" label with a street addr and one with a shipping addr and the One 3 1/3" label with the street addr and one with a shipping addr. I'm just not quite sure how to code the command button so that it picks out the criteria in the query and then looks at the option button that was chosen on the form to determine which type of addr label to use. I would appreciate any suggestions.