Figure hours

skwilliams

Registered User.
Local time
Yesterday, 23:00
Joined
Jan 18, 2002
Messages
516
I have a query in which I need to display just the data that was entered from 9:00 p.m. the previous day until now. There is a date/time field called "QtyTime".

Thanks.
 
>=Date()-1+#9:00:00 PM#

This criteria for the [QtyTime] field will return the records since 9:00 p.m. the previous day.
.
 
That worked!

Thanks.
 

Users who are viewing this thread

Back
Top Bottom