How do i replace Environ("UserName") in a query for Access 2003

  • Thread starter Thread starter Guest
  • Start date Start date
While that will work, I'd advise very strongly not relying on the
environment variable to get user name: it's trivial to reset them.

Instead, use API calls, which cannot be circumvented. See
http://www.mvps.org/access/api/api0008.htm at "The Access Web" for a
complete sample.
 

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