InputBox InputMask

G

Guest

Is it possible to define the InputMask for values entered into an InputBox?

ie: so that the text entered into an InputBox is displayed in a password
mask "*****"


Thanks
 
G

Graham R Seach

No, you'll have to create your own input form, and set the textbox's
InputMask property to PASSWORD.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
G

Guest

Thanks Graham

Graham R Seach said:
No, you'll have to create your own input form, and set the textbox's
InputMask property to PASSWORD.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 

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

Similar Threads


Top