R
Rob Parker
I posted this in the access.formscoding group yesterday, but no reply there
yet, so I'll try here.
Using Access user-level security: I have a button on a form 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
yet, so I'll try here.
Using Access user-level security: I have a button on a form 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