planetdrouin
Technical User
I have a form that allows users to change their own Access built-in security passwords using the code:
Set wsp = DBEngine.Workspaces(0)
wsp.Users(CurrentUser).NewPassword Nz(TxtOldPassword), Nz(TxtNewPassword)
However, I would like to add code upon startup which checks to make sure the users password (Access built-in security) is not null and if so open the change password form. How does one reference the users Access built-in security password?
Any help would be greatly appreciated.
Thanks
Lawrence
Set wsp = DBEngine.Workspaces(0)
wsp.Users(CurrentUser).NewPassword Nz(TxtOldPassword), Nz(TxtNewPassword)
However, I would like to add code upon startup which checks to make sure the users password (Access built-in security) is not null and if so open the change password form. How does one reference the users Access built-in security password?
Any help would be greatly appreciated.
Thanks
Lawrence