who changed what?

rlambkin

New member
Local time
Today, 10:29
Joined
Jul 4, 2003
Messages
8
Hi

I am building a multiuser databse and i would like to monitor who makes what changes to the database, does anyone have any suggestions as to the best way to do this.

Thanks

Rob
 
you could use the CurrentUser Method. For more see your help file.
 
You can keep track of who changed a table row by adding ChangedByUser and ChangeDateTime fields to each table. Then in the BeforeUpdate event of each form, populating these fields. There is no way to track who modified objects such as forms/reports/queries unless you install a product such as SourceSafe.
 

Users who are viewing this thread

Back
Top Bottom