I am attempting to add the "Between Date" and ="value" expression in a query. Only one of the query are working at a time. Is there a way to add them both. I even tried on as an "or". Still Not Working!
Is "value" a date? So that you are trying to pull records which are "Between Date And value"? In this case, Date would be today's date, and "value" would be some other date.
In any case, your expression "Between Date" and ="value" will never work.
Russ
Yes, that should work. What that would do first is select all records which have "cool" in the one column, and then of those records select the ones which are "Between Date() And Date()-7)"
What happens when you run the query?
If things still don't work properly, you could post the SQL for the query.
When I do this, I don't see any records even though there is data that meets tboth criterias. If I do either of them by themselves, the records show up.
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.