Wet_Blanket
Registered User.
- Local time
- Yesterday, 19:55
- Joined
- Dec 3, 2008
- Messages
- 113
Good Morning,
I have a query that identifies records based on dates. I currently have it set up to identify all records within the last year. Here is the little code.
>Now()-"366"
However, I want to put in a formula that will select a year time frame based on the last quarter. For example, if I ran it today, it would show records from 7/1/2010 - 06/30/2011. I can manually do this, but I would like a formula so I don't have to update the query everytime I run it.
Suggestions?
I have a query that identifies records based on dates. I currently have it set up to identify all records within the last year. Here is the little code.
>Now()-"366"
However, I want to put in a formula that will select a year time frame based on the last quarter. For example, if I ran it today, it would show records from 7/1/2010 - 06/30/2011. I can manually do this, but I would like a formula so I don't have to update the query everytime I run it.
Suggestions?