password appear as ****

C

Cindy

What code or property do I change in my input box module
so that when I type in the password it shows as stars (**)


Thanks,
 
M

Marshall Barton

Cindy said:
What code or property do I change in my input box module
so that when I type in the password it shows as stars (**)

Set the text box's InputMask property to Password.
 
D

Dirk Goldgar

Cindy said:
What code or property do I change in my input box module
so that when I type in the password it shows as stars (**)

You can't do it with the built-in InputBox function. Instead, you can
use a form, opened in dialog mode, with a text box that has its Input
Mask property set to "Password".
 

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