C
Candace
I need to add criteria to a query field so that the only records shown are
those for which 14 days have past from a date in a specific field. The
expression I am using keeps giving me a type mismatch error. How can I
arrange this expression to work properly:
CDate(DateAdd("d",14,"Date Field")) >= Date()
those for which 14 days have past from a date in a specific field. The
expression I am using keeps giving me a type mismatch error. How can I
arrange this expression to work properly:
CDate(DateAdd("d",14,"Date Field")) >= Date()