Variable Date ranges

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Corey_Preman_(Guest)
Posts: 1
Joined: Tue Oct 10, 2017 12:44 pm

Variable Date ranges

Post by Corey_Preman_(Guest) » Tue Aug 07, 2001 9:26 am

I have a query set up to collect data in the range of dates. I want the first date as static while the second is a variable to automatically punch in "todays" date. It will not allow me to do that...__Any ideas?

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Variable Date ranges

Post by kfleming » Wed Aug 08, 2001 6:38 am

Create a calculated field with the date() function.____Then in the query use two clauses to set the range so that __datefield is greater than or equal to first value and datefield is less than or equal to the date()calculated field.____the in the range operator will not accept fieldnames.____Kathleen__R&R Support

Post Reply