How do I pull the UserID of the current user into MS Access?

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

Guest

I need Microsoft Access to determine the UserID of the individual currently
logged in to the PC. Is there a way to do this?
 
SELECT SUSER_SNAME() will give you the name of the current user; as
long as you're using Access 2000, 2002 and 2003

-Aaron
 

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