Textbox for password input with "*" char

T

TNL

Hi,
Is there any way to use a textbox for inputing password with a defined char
for displaying, but without programing? As in VB6.

Thanks
TNL
 
M

Marshall Barton

TNL said:
Is there any way to use a textbox for inputing password with a defined char
for displaying, but without programing? As in VB6.


I don't know what you might have done in VB6, but an Access
text box will display astericks if you set its InputMask
property to Password.
 
T

TNL

Thanks

Marshall Barton said:
I don't know what you might have done in VB6, but an Access
text box will display astericks if you set its InputMask
property to Password.
 
Top