Year Criteria

T

t0d

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

It might help if you showed us what didn't work (as well as telling what was
wrong with it)
 
J

John Spencer (MVP)

Try using "YYYY" instead of "Y". YYYY is the parameter value for Year, Y is the
parameter value for Day of the Year.
 
Top