I am using a combo box on a form to supply a value for a query to filter by. The problem I have is that I would like the query to be able to show everything if I don't select a value on the form. Below I have listed the WHERE statement from my query. Do you have any suggestions on how I can correct it?
WHERE (((qry_TW_Filter1_by_date.[Projected Posession Date])<#2/1/2008#) AND ((qry_TW_Filter1_by_date.[R-Real Estate Dir])=[forms]![MainForm]![Combo10]));
WHERE (((qry_TW_Filter1_by_date.[Projected Posession Date])<#2/1/2008#) AND ((qry_TW_Filter1_by_date.[R-Real Estate Dir])=[forms]![MainForm]![Combo10]));