I have a combo box that I want to populate data with from a table. I'm using this form as criteria for a report.
So if the table contains "Option A and Option B" they can select either and get reports dealing with either option A or option B.
However I would like a "Both options" selection in the drop down so the report would show records dealing with either or.
I currently have some that do that, that I didn't write using Union queries but I don't quite understand them. Are they the way I want to go and if there any other way?
Thanks
So if the table contains "Option A and Option B" they can select either and get reports dealing with either option A or option B.
However I would like a "Both options" selection in the drop down so the report would show records dealing with either or.
I currently have some that do that, that I didn't write using Union queries but I don't quite understand them. Are they the way I want to go and if there any other way?
Thanks