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.
 

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