Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date/Time field queries 1

Status
Not open for further replies.

lk5990

Programmer
Jul 2, 2001
7
0
0
US
I need to create an automated query to run everyday based on a Date/Time field. I already know what the Date/Time field should be, for example 07/02/01 12:00 AM, but the day will change every day. How do I create the value for the date/time field automatically?
 
In the query grid you would put...

Like Date() And Like #12:00:00 AM#

This will use the Date() function to pull every record from today's date and the constant 12:00:00 am. ljprodev@yahoo.com
ProDev
MS Access Applications
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top