SELECT * FROM order
WHERE date = format(Now, "MM-dd-yy")
Now is a VB variable that holds the current system date and time. You need to format it so that drops the time off the variable. I am not sure this code will work but the concept is what you are looking for.
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.