G
grant
I have an MS Access database that stores dates/Times in the following
format:
2008/10/10 09:32:20 AM.
I create the following query:
select userid, chectime from checkinout where chectime = #10/10/2008#
I have loads of records from that date but none get returned! The last row
of the table has the latest date and time and that is the only row that gets
returned. Why is it doing this and how would I write a query that selects a
specific date between certain times?
Thanks,
Grant
format:
2008/10/10 09:32:20 AM.
I create the following query:
select userid, chectime from checkinout where chectime = #10/10/2008#
I have loads of records from that date but none get returned! The last row
of the table has the latest date and time and that is the only row that gets
returned. Why is it doing this and how would I write a query that selects a
specific date between certain times?
Thanks,
Grant