Textbox

L

Leoric

How to change the normal textbox into a password textbox? When user typ
in the textbox, they will see * instead of alphabets. Thank
 
J

John Vinson

How to change the normal textbox into a password textbox? When user type
in the textbox, they will see * instead of alphabets. Thanks
Set the Input Mask property to "Password".
 
L

Larry Linson

Choose "Password" in the Format property of that Text Box.

Larry Linson
Microsoft Access MVP
 
Top