Input box (hide input?)

J

Joseph W Coffman

I have a VBA code that is designed to collect a password from the user. I am
currently using inputbox as the collection method. However, the password is
displayed when the user types it. I would like to have this input hidden
with asterisks, but am at a loss to locate the method on which to do it. I
have tried the inputmask modifier with no joy.

We are using Access XP (2002) and Access 2000 formatted data files.

Any help or suggestions appreciated!
 
J

JL

This is what I found in the help in "InputMask Property"
*********************************************************
Note Setting the InputMask property to the
word "Password" creates a password-entry control. Any
character typed in the control is stored as the character
but is displayed as an asterisk (*). You use the Password
input mask to prevent displaying the typed characters on
the screen.
*********************************************************
 
J

Joseph W Coffman

THANKS!

I guess I'll go back and create a form to obtain this information. It was
not clear to me with the Access help screen that a form was required, that
was why I asked.

Thanks again!!
 

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