This has got me. I have a table "Docket" with one record in it that's a date in "general date" "date/time format". 01/08/2007 17:45:00
But when I run this query:
I get no result, but when I run this:
I get this result: 01/08/2007 17:45:00
T.I.A
But when I run this query:
Code:
SELECT * from Docket WHERE Docket.Date > #01/08/2007 13:43:00# AND Docket.Date < #01/08/2007 21:43:00#
Code:
SELECT * from Docket WHERE Docket.Date > #01/08/2007 13:43:00#
T.I.A