Can this be done in access and where can i find information on how

B

Bruce

Is it possible to track changes to individual records in a database?

I would like to track changes made to any field in any record.

The time the change was made.

What assigned user made the change?

Also the database needs to be accessible to multiple users simultaneously.

Is this possible?

Bruce
 
P

PieterLinden via AccessMonster.com

Bruce said:
Is it possible to track changes to individual records in a database?

I would like to track changes made to any field in any record.

The time the change was made.

What assigned user made the change?

Also the database needs to be accessible to multiple users simultaneously.

Is this possible?

Bruce

It's somewhat painful in Access because it traps form-level events, not table-
level events (like you can do with triggers in SQL Server), but Allen Browne
has an example here:

http://www.allenbrowne.com/AppAudit.html
 

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

Top