I have a table with a field name "Date". I have a form with two fields "StartDate" and "StopDate". I have a query to display the results. In the Criteria field I want it to use the StartDate and StopDate as the range. However if no date is entered into the StartDate and StopDate, I want it to include all dates.
Normally when I do this with a single filter field the criteria would be something like
Is there someway to combine this with one similar for StopDate? Or is there a better way to do this?
As always, thanks for the help.
Jim
Normally when I do this with a single filter field the criteria would be something like
Code:
[Forms]![frm_Main]![StartDate] Or Like [Forms]![frm_Main]![StartDate] & "*"
As always, thanks for the help.
Jim