System login

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to check users system login from with inside Access so I can diplay
different menus based on the system login. Any ideas?

Ron
 
Ron,

Environ("UserName") will return the user's Windows login name.

HTH,
Nikos
 
Environment variables are very easy to change. For that reason, I always
recommend not relying on it, but using the API call recommended by Allen
instead.
 

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