Textbox for password input with "*" char

  • Thread starter Thread starter TNL
  • Start date Start date
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
 
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.
 
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.
 
Back
Top