Recent changes logged

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

Guest

Is there any provision in Access for logging recent changes to the data? I
am tweaking my database and I think I just lost/modified one record. Is it
possible to find out which one of 3322 records got changed?
 
Hi,
no I believe that is not possible.
Normally you would have to implement a custom audit trail solution which
loggs when what was changed by who.
But...There is a possibility that if you did not close or compact your
application yet to retrieve deleted things. I don't know if it will work for
single records though.
Have a look at:
http://support.microsoft.com/kb/q209874/
HTH
Good luck
 
Per Rod Smothers:
Is there any provision in Access for logging recent changes to the data? I
am tweaking my database and I think I just lost/modified one record. Is it
possible to find out which one of 3322 records got changed?

None. That's one of the reasons somebody might want to go to a Client/Server
back end: logging changes automagically via triggers.
 

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