Recording User in Audit Trail

D

DVoosen

Hi,

I'm fairly new to all this. I don't know code. I do everything with
the development screens. With that said, I need to record the user
in a multi-user database in the audit trail record, i.e., who made the
change. There will be a sign in form. Do I need to have both the
computer ID and the User ID in memory? How do I create unique holding
variables? I hope you understand what I am asking for.

Thanks for your help!

Darlene
 
A

Arvin Meyer [MVP]

You can build a form that the user logs in to, then use an OK button to hide
the form. The relevant code would be (untested):

Sub cmdOK_OnClick
Me.Visible = False
End Sub
 

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

Similar Threads

Audit Trail 5
Unbound Form Audit Trail (Allen Browne) 3
Mr Browne's audit trail 8
Audit Trail for records 4
Report from Audit Trail 5
Audit Trail Problem 4
Get user name for audit trail 1
Audit trail 1

Top