Revision History in Access

  • Thread starter Thread starter Guest
  • Start date Start date
Not built in. You'll need to roll your own.

A date field with the default of Now() will tell you when a new record was
entered. If using a form, you could update another date field with Now() to
say when the record was last changed. There is no simple way to track when a
record was deleted.

There are also ways of tracking which user entered/edited records.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top