Trying to get a query to report a class date only if it is within the last two years. My criteria is
>=Now()-(DateSerial(Year([tblSession.DateOfClassStart])-2,Month([tblSession.DateOfClassStart]),Day([tblSession.DateOfClassStart])))
But I am getting dates of 03 etc.
What am I missing?
Thank you. Fay