I have a database that I am designing, we need to be able to do a query on a rolling date
As in, my boss says, I want to know about the last 30 days, or last year
I was wondering if there is a way to just be able to go back 1 year or 1 month from the Current date. Without having to edit the date each time.
I want the users of the database to be able to do this with just a button on the form as well.
Also, I was wondering how to get it so it can count the amount of records received between two dates. I don't care about the information I just need it to give me a total of new records between Date1 and Date2
Thanks
As in, my boss says, I want to know about the last 30 days, or last year
I was wondering if there is a way to just be able to go back 1 year or 1 month from the Current date. Without having to edit the date each time.
I want the users of the database to be able to do this with just a button on the form as well.
Also, I was wondering how to get it so it can count the amount of records received between two dates. I don't care about the information I just need it to give me a total of new records between Date1 and Date2
Thanks