Masking a password ********

  • Thread starter Thread starter Jerry
  • Start date Start date
J

Jerry

Can anyone tell me if it is possible to mask a password
in an input box and if so what type of code to use?

Thanks
Jerry
 
Jerry,

No. Masks are not available with the InputBox. The alternative is to
create your own popup form with a text box for password entry. You can use
the InputMask property of the textbox to make it a "password" style.
 
Thank you
-----Original Message-----
Jerry,

No. Masks are not available with the InputBox. The alternative is to
create your own popup form with a text box for password entry. You can use
the InputMask property of the textbox to make it a "password" style.



--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX





.
 
Back
Top