I have a form for users to "change my password". The User_Password field includes a password Input Mask, I have 2 buttons View and Hide to show or hide the password from *** or 123.
The code User_Password.InputMask = "" successfully shows the password but I cant seem to re-apply the password input mask
I have tried: User_Password.InputMask = "Password" & User_Password.InputMask = Password but nether work
Can anyone help please?