S
Sid
I'm trying to select all records(between two times) that have a stored
[Time_On] like (04/20/2004 3:45 PM).
To select these I'm trying to use two stored reference times like
[Shift1Begin] and [Shift1End], both stored like 06:00 AM, 02:30 PM
respectively. I have tried everything in tests like:
Between(Format([Time_On], hh:nn AM/PM) =>"06:00 AM" AND =< "02:30 PM"
But my syntax is never correct. Should I change to 24-Hour format?
This will eventually be an SQL.
Any suggestions appreciated.
Sid
[Time_On] like (04/20/2004 3:45 PM).
To select these I'm trying to use two stored reference times like
[Shift1Begin] and [Shift1End], both stored like 06:00 AM, 02:30 PM
respectively. I have tried everything in tests like:
Between(Format([Time_On], hh:nn AM/PM) =>"06:00 AM" AND =< "02:30 PM"
But my syntax is never correct. Should I change to 24-Hour format?
This will eventually be an SQL.
Any suggestions appreciated.
Sid