gojets1721
Registered User.
- Local time
- Today, 15:29
- Joined
- Jun 11, 2019
- Messages
- 430
I have a date filtering criteria on a query where the user inputs the date period that they want to appear. Here's the code:
The only issue is that, if users want all dates to populate, they leave the date fields empty and this causes no entries to show. Is it possible to alter this so that if these fields are left empty, all entries appear regardless of their dates?
Code:
>=[Start Date] And <=[End Date]
The only issue is that, if users want all dates to populate, they leave the date fields empty and this causes no entries to show. Is it possible to alter this so that if these fields are left empty, all entries appear regardless of their dates?