I have a query that includes a [Last_Updated] field. I want to pull records into a report (this query is the report's data source) where the last updated date is less than 7 days from the current date. What I have now is... DateAdd("d",-7,Date()) in the Criteria row of the [Last_Updated] field, but this isn't working - its excluding all records. I also tried >("d",-7,Date()). Not sure what would work here?
Any assistance would be GREATLY appreciated.
thanks!!!!
Any assistance would be GREATLY appreciated.
thanks!!!!