Running a report or query to find out if information changed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to find out if information in a report has changed by running
a query? I only want to run reports that have changed within the week and if
there are not any changes, I would not run the report. Does anyone know how
to do this?
 
Dani said:
Is there a way to find out if information in a report has changed by
running
a query? I only want to run reports that have changed within the week and
if
there are not any changes, I would not run the report. Does anyone know
how
to do this?

Reports don't contain data, tables do. You'd need to record the date in the
table every time each record is updated and then filter on that date field
accordingly in your report's query.

Keith.
www.keithwilby.com
 
You do not tell a feller a whole lot.
What would be different in the data?
Would the records be changed or new records added? Or both?
 
We make changes to a lot of the tabs within a record. Mainly address
changes, names changes, etc. The Records would be changed and new would be
added. Thank you.
 
Back
Top