Hi Everyone
I have a text box on a form that rolls up selections to form a criteria statement for a query.
I tried calling it directly but got a "to complex to evaluate" error so I built the following VBA code to generate the query with a SQL statement.
If no checkboxes are selected the...