I am trying to create a query to return data from 2 years ago. I found critera to return data for a year ago which is working. I'd figured after some slight manipulation it work work for a two year time frame and well so far no success. I tried Year([caseDate])=Year(Date())-2
The criteria I am currently using for "last year" is
Year([caseDate])=Year(Date())-1
Ultimately what I am trying to do is create a report that will show a history of cases and comparison over the past three years. I've got current year, last year, but now i need 2 years ago.
In this case, 2011, 2012, 2013.
Any suggestions would help immensly.
The criteria I am currently using for "last year" is
Year([caseDate])=Year(Date())-1
Ultimately what I am trying to do is create a report that will show a history of cases and comparison over the past three years. I've got current year, last year, but now i need 2 years ago.
In this case, 2011, 2012, 2013.
Any suggestions would help immensly.