R
Rob
I'm using Access security, and have a button which opens the User and
Group Accounts dialog, via the following code:
DoCmd.RunCommand acCmdUserAndGroupAccounts
I also have a function which returns True if the current user is a
member of the admins group. What I would like to do is, if the user is
not in the admins group, to open the User and Group Accounts dialog
with the Change Password tab selected (since the Users tab doesn't have
many usable options, and what I really want is to allow users to change
their password as easily as possible.
(How) can I force the Change Password tab to be selected when the User
and Group Accounts dialog is opened?
TIA,
Rob
Group Accounts dialog, via the following code:
DoCmd.RunCommand acCmdUserAndGroupAccounts
I also have a function which returns True if the current user is a
member of the admins group. What I would like to do is, if the user is
not in the admins group, to open the User and Group Accounts dialog
with the Change Password tab selected (since the Users tab doesn't have
many usable options, and what I really want is to allow users to change
their password as easily as possible.
(How) can I force the Change Password tab to be selected when the User
and Group Accounts dialog is opened?
TIA,
Rob