date problem

  • Thread starter Thread starter Brad Onuch
  • Start date Start date
B

Brad Onuch

hello,
i have the following in a date field "3/20/2004 9:55:36 AM" from a log
file

i cannot seem to query different dates (without the time stamps) with
the following?

SELECT tblWhseBinUpdLog.*, tblWhseBinUpdLog.DateTime
FROM tblWhseBinUpdLog
WHERE (((tblWhseBinUpdLog.DateTime)=Date()));

what am i doing wrong? i don't need the time i just want to qry by date.

thanking all in advance whom reply

brad.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Between dates / Long date format 1
Update End Date 5
Deleting Rows In a Database 1
Problem with Cross qry 1
Yes / No query problem 4
find records between two dates 4
Date problem 7
dates in queries 1

Back
Top