I have a form with multiple combo boxes. In my query design grid the "WEEK" field's criteria is-
=[Forms].[frmINPUT].[cbxWEEK]
and the "UNIT" field's criteria is-
=[Forms].[frmINPUT].[cbxUNIT]
Is it possible to have all records displayed when the user makes no selection from the "WEEK" and the "UNIT" combo boxes? If so, I would like the user to have the option of not selecting from any of the combo boxes and have all records display? Then, of course, I want the data filtered depending upon choices the user does make from the form's combo boxes.
Thanks.
Richard...
=[Forms].[frmINPUT].[cbxWEEK]
and the "UNIT" field's criteria is-
=[Forms].[frmINPUT].[cbxUNIT]
Is it possible to have all records displayed when the user makes no selection from the "WEEK" and the "UNIT" combo boxes? If so, I would like the user to have the option of not selecting from any of the combo boxes and have all records display? Then, of course, I want the data filtered depending upon choices the user does make from the form's combo boxes.
Thanks.
Richard...