Masking a password ********

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
 
C

Cheryl Fischer

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.
 
J

Jerry

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





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top