I am trying to create a "Select All" option in one of 9 Combo Boxes used in a form to create reports specific to what the user chooses. I have gotten the Union query made to do this using the code
SELECT [combo field] FROM
UNION SELECT "*" FROM
I can't connect the Union query with the report that is generated by the form. I'm not sure where to link the two. Any suggestions?
SELECT [combo field] FROM
UNION SELECT "*" FROM
I can't connect the Union query with the report that is generated by the form. I'm not sure where to link the two. Any suggestions?