Recording User in Audit Trail

  • Thread starter Thread starter DVoosen
  • Start date Start date
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
 
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 2
Audit Trail 5
audit trail 7
Audit Trail for records 4
Unbound Form Audit Trail (Allen Browne) 3
Allen Brownes Audit Trail 2
Locking Records/Audit Trail 2
Mr Browne's audit trail 8

Back
Top