S
SJH
I have a form with three fields, username, pwd and confirmpwd (last two being
a password inputmask). When a changepwd button is pressed on the form I want
Access to change the currentusers pwd (I will default the username to
currentuser).
I have seen the suggested code:
DbEngine.Workspaces(0).Users("UserName").NewPassword "OldPassword",
"NewPassword"
but I am unsure how to code this to the button - i presume this alone
doesn't work! Sorry, I am not very advanced on coding... any help would be
most appreciated.
Thanks
Sue
a password inputmask). When a changepwd button is pressed on the form I want
Access to change the currentusers pwd (I will default the username to
currentuser).
I have seen the suggested code:
DbEngine.Workspaces(0).Users("UserName").NewPassword "OldPassword",
"NewPassword"
but I am unsure how to code this to the button - i presume this alone
doesn't work! Sorry, I am not very advanced on coding... any help would be
most appreciated.
Thanks
Sue