L
Loggical via AccessMonster.com
I use this expression in the criteria in a Query. How can I modify it to
obtain records for a 24 hour time period? At present it produces records for
the previous day. I need it to produce records on the previous 24 hour time
period.
(Example) Tuesday 06:00 to Wednesday 06:00
Wednesday 06:00 to Thursday 06:00
DateAdd("d",-1,Date()) And <DateAdd("d",1,Date())
Thanks in advance
obtain records for a 24 hour time period? At present it produces records for
the previous day. I need it to produce records on the previous 24 hour time
period.
(Example) Tuesday 06:00 to Wednesday 06:00
Wednesday 06:00 to Thursday 06:00
DateAdd("d",-1,Date()) And <DateAdd("d",1,Date())
Thanks in advance