jamesdpmullan
Registered User.
- Local time
- Today, 13:18
- Joined
- Oct 21, 2013
- Messages
- 24
Hi,
After some help if possible.
I am trying to obtain data for the last two full years are current year.
So, i need the query to show data in this case for all of 2014, 2015 and current YTD.
The criteria below doesn't seem to work - any ideas?
After some help if possible.
I am trying to obtain data for the last two full years are current year.
So, i need the query to show data in this case for all of 2014, 2015 and current YTD.
The criteria below doesn't seem to work - any ideas?
Between DateAdd("yyyy",-2,DateSerial(Year(Date()),Month(Date()),0)) And DateSerial(Year(Date()),Month(Date())+1,0)