Hello,
I have the following SQL in the where statement, I do not receive an error but the query does not return any data.
DATABASE.[DATE BILLED SS] BETWEEN DATEADD("d",-90,DATE()) AND DATEADD("d",-300,DATE())
any suggestions on how to make this work?
Thanks!
Hello,
I have a date field. I need to generate a query that only picks up dates that are between 90-180 days old.
I tried the following in the criteria but it did not work:
(date()-[tablename.date field]) between 90-180
Thanks in advance for any help!
Hi,
My original question was answered, thanks!
New Question.
I have 3 currency fields, ex.fields a,b,c.
I need the query to hide rows under the following conditions:
when a,b,c all have zero values
when a has a value but b and c are zero
when b has a value but a and c are zero
etc.
Thanks...
I have a currency field in a table.
The default value is $0.00
I need the query to hide values where the field equals $0.00.
I tried placing <>"0.00" in the criteria but recieved a datatype mismatch error.
Thoughts?
Thanks!
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.