I am using a form with combo boxes to create parameters and check boxes to select fields for a query. I am using an If statement to look at a check box on the form to see if it is checked. If so, then a field from the table being queried is added to the query. All that works OK. The problem...