Is there a way to open the permissions window from a command button on a form?
S Secret Squirrel Nov 11, 2008 #1 Is there a way to open the permissions window from a command button on a form?
C Clifford Bass Nov 11, 2008 #2 Hi Secret Squirrel, Yes. Use DoCmd.RunCommand acCmdUserAndGroupPermissions You can also use DoCmd.RunCommand acCmdUserAndGroupAccounts to get the accounts dialog. Clifford Bass
Hi Secret Squirrel, Yes. Use DoCmd.RunCommand acCmdUserAndGroupPermissions You can also use DoCmd.RunCommand acCmdUserAndGroupAccounts to get the accounts dialog. Clifford Bass
S Secret Squirrel Nov 11, 2008 #3 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 Click to expand...
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 Click to expand...