I assume on your Criteria line you put =Date() and not Criteria = Date().
What is the format for you field? Is it mm/dd/yy or similar or does it contain the time as well? If your date field contains Time as well, you will not be able to Date() as the criteria. You would need to add a field to the query
MyNewDateField:Format([YourDateField],"mm/dd/yy" and then on the criteria line for this field put
=Date()
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.