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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Today's date query

Status
Not open for further replies.

Darkarr

Technical User
Aug 11, 2002
3
US
Im sure this is an easy question. Im running a query that will show all orders due on todays date. The =date() command does not work. Any thoughts on what I am doing wrong? Using 2002

Thanks,

Darren
 
Darkarr,

The Now() function returns the exact current time and date. To retreive just today's date you can use:
Format(Now(),"dd/mm/yy")
You can play about with the "dd/mm/yy" bit to get different layouts of dates.

starsky51
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top