I am linked to a SQL table with a date field, via a ODBC connection. Some of the values stored in it are like this:
03/23/2005 5:58:07 AM
A few are like this:
03/23/2005
I have a very simple query. All I want is everything with yesterday's date, but as selection criteria
now()-1 doesn't work.
I want to ignore the hours, minutes, seconds, and am or pm but don't know how to do this (Access 2000)
Thanks,
The world is full of good people.
03/23/2005 5:58:07 AM
A few are like this:
03/23/2005
I have a very simple query. All I want is everything with yesterday's date, but as selection criteria
now()-1 doesn't work.
I want to ignore the hours, minutes, seconds, and am or pm but don't know how to do this (Access 2000)
Thanks,
The world is full of good people.