souladventurer
Programmer
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!
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!