driver7408
Registered User.
- Local time
- Yesterday, 18:44
- Joined
- Feb 7, 2010
- Messages
- 72
I'm working on an expression in my Query. So far I have
Year([Query2.DateIssued])=Year(Date())
This returns everything in the current year. I need also for it to return the last 3 months of last year as well, in addition to the current year. Can someone please tell me how I would write it to get those results?
P.S.I cant use specific dates because this needs to work at any given time over a few years.
Thanks a lot.
Year([Query2.DateIssued])=Year(Date())
This returns everything in the current year. I need also for it to return the last 3 months of last year as well, in addition to the current year. Can someone please tell me how I would write it to get those results?
P.S.I cant use specific dates because this needs to work at any given time over a few years.
Thanks a lot.