A
antonio
I have a query thats display criteria is Date(). Is is
possible to place "If" conditions on the query? I would
like the querie to continue to display information
entered the previous day until 3 AM. At 3 AM I would like
the query would only display Date().
Example:
If Current Time is Between 3:00:00 AM And 11:59:00 PM
Criteria is Date().
If Current Time is Between 12:00:00 AM And 2:59:00 AM
Criteria is DateDiff("d", 1,[TodaysDate])
TIA
possible to place "If" conditions on the query? I would
like the querie to continue to display information
entered the previous day until 3 AM. At 3 AM I would like
the query would only display Date().
Example:
If Current Time is Between 3:00:00 AM And 11:59:00 PM
Criteria is Date().
If Current Time is Between 12:00:00 AM And 2:59:00 AM
Criteria is DateDiff("d", 1,[TodaysDate])
TIA