I have a form that runs queries based on the controls in the form that contain value. I can only select one control at a time and currently run separate queries based on each control: for example, with controls of NAME, DATE, AMOUNT, CATEGORY I can run a query on only one field at a time: either qrysearchname, qrysearchdate, or qrysearchamount, etc...I would like the query to search through all the possible controls/fields and return the values selected so that I could narrow the search by multiple fields instead of just by one. How do I tell the query that unless the control is selected and a criteria is selected, I want all of the records for that field? Example: If I select "Charlie" and "3/15/2002," then I want only Charlie and 3/15/2002, but all amounts and categories?