Passwords as *****************

  • Thread starter Thread starter paul
  • Start date Start date
P

paul

hi,

ive set some of my forms up with restricted access, and
ive created a message box for the user to enter the
password. when they type the password in i would like it
to appear as ************ but dont know how to do this for
an input box... grateful for any advice
 
It can't be done with an input box. You'll have to create your own form with
a text box that has its InputMask set to Password, and use that instead.
 
Back
Top