Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change input password string to Asterisk.

Status
Not open for further replies.

softlover

Programmer
Apr 4, 2002
88
CN
I want to protect some form under ACCESS2K and need input password to access the secret form. So I use codes:
InputBox("Please Input Password:")
But the input window will display the actual characters and anyone will know the password.
Can any codes to change the input characters to "*" at the same times.
 
It is supposed to be possible through some code (API calls), but one usually just create ones own password form, and set inputmask as "Password" on the control.

Roy-Vidar
 
Why not using a little form with a TextBox having an InputMask set to password ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top