R
Rufus DeDufus
I have a table with multiple records containing uninitialized DATE/TIME
fields, displayed as 12:00:00 AM.
I want to query for them, viz:
SELECT * FROM MYTABLE where MYDATETIME = 12:00:00 am.
or,
SELECT * FROM MYTABLE where MYDATETIME = 1:23:45 pm.
But, of course, the syntax for the date and time field is wrong.
How do I do this? This is an elementary matter of syntax.
Using Access 2000.
Thanks.
Eric
fields, displayed as 12:00:00 AM.
I want to query for them, viz:
SELECT * FROM MYTABLE where MYDATETIME = 12:00:00 am.
or,
SELECT * FROM MYTABLE where MYDATETIME = 1:23:45 pm.
But, of course, the syntax for the date and time field is wrong.
How do I do this? This is an elementary matter of syntax.
Using Access 2000.
Thanks.
Eric