Security

  • Thread starter Thread starter Net
  • Start date Start date
N

Net

Hi,

I would like to know, how can i retrieve the user who
loged into the mdb file, and use it for tracking updates
(history log)?

(I defined groups and user rights, within the access mdw
file)
 
The CurrentUser method will do that for you, since you are using Access
Security:

For example: MsgBox("The current user is: " & CurrentUser)
 

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

Back
Top