Dates and Data

  • Thread starter Thread starter Penny
  • Start date Start date
P

Penny

Is it possible to pull various data to a report in which
the data is either new or changed? The only thing I can
think of is having a new/change date field and pull the
data that was new or changed by that date. Does the
database store dates when data is entered either new or
when data is changed?
 
Not unless you store the date (and possibly time) in a field somewhere.

The Access (Jet) database engine does not store any information on when a record
was changed.
 
Back
Top