I need to see all values in a date field [SalesDate] for all of this year and all of the previous year.
I know this will show me all of the previous year
But how do I show all of this year and all of he previous year as well? thanks.
I know this will show me all of the previous year
Code:
Year([SalesDate]) = Year(Date()) - 1
But how do I show all of this year and all of he previous year as well? thanks.