I have a 3 item form to query a database with. One item (GMCITY) is a text box, and two items are dynamic dropdown boxes (Meeting_Day, and GMDIST.) Both the drop down lists are populated dynamicly with values from the database. If I enter data in all three fields, the query works perfect. If I leave one or more fields empty (thus showing the default value of "all" I get a no results returned. I want it so my users do not have to enter all three fields if they don't want to. If they didn't enter anything, I want the query to return all values. I have tried both the * and % in various places, along with a trip to Barnes & Noble, not to mention hours of searching online. PLEASE HELP ME!