who is logon

C

CAM

Is there a way to find out who is in MS Access and posssible what changes
they have done. I like to have some sort of log if possible or press a
command to get information who is in Access. I am using Access 2003.
Thanks in advance.
 
T

Tom van Stiphout

On Wed, 12 Mar 2008 17:53:25 -0700, "CAM" <[email protected]>
wrote:

Try this for who is in the (presumably back-end) db:
http://support.microsoft.com/kb/186304

On the topic of what they have changed: you will have to implement
that yourself. Perhaps by writing a record to a log table in the
Form_AfterUpdate event and a few others.
In SQL Server this process can be automated with triggers.

-Tom.
 

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