Permissions

  • Thread starter Thread starter Secret Squirrel
  • Start date Start date
S

Secret Squirrel

Is there a way to open the permissions window from a command button on a form?
 
Hi Secret Squirrel,

Yes. Use

DoCmd.RunCommand acCmdUserAndGroupPermissions

You can also use

DoCmd.RunCommand acCmdUserAndGroupAccounts

to get the accounts dialog.

Clifford Bass
 
Thanks Clifford!

Clifford Bass said:
Hi Secret Squirrel,

Yes. Use

DoCmd.RunCommand acCmdUserAndGroupPermissions

You can also use

DoCmd.RunCommand acCmdUserAndGroupAccounts

to get the accounts dialog.

Clifford Bass
 

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