User permissions

  • Thread starter Thread starter b_lwalker
  • Start date Start date
B

b_lwalker

Is there a way to find out what permissions a user has?

I know how to find out the username via the Environ function, but I
wanted to code based on permissions or groups.

Cheers,

Bruce Walker
 
There's nothing built-in to Access, Bruce, you'd have to use API calls for
that kind of thing. A good source for information and examples showing how
to access the Windows API from VB or VBA code is ...

http://www.allapi.net/
 

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