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
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.