T t0d Feb 12, 2004 #1 How do I put in a criteria in a query so that it shows all records tha are dated more than one year from the today's date
How do I put in a criteria in a query so that it shows all records tha are dated more than one year from the today's date
D Douglas J. Steele Feb 22, 2004 #6 It might help if you showed us what didn't work (as well as telling what was wrong with it)
J John Spencer (MVP) Feb 22, 2004 #7 Try using "YYYY" instead of "Y". YYYY is the parameter value for Year, Y is the parameter value for Day of the Year.
Try using "YYYY" instead of "Y". YYYY is the parameter value for Year, Y is the parameter value for Day of the Year.
J John Vinson Feb 27, 2004 #8 That doesn't work. Anyone else have any suggestion? Click to expand... What doesn't work?