How do I create an Query Parameter Input Mask

  • Thread starter Thread starter Andria PM
  • Start date Start date
A

Andria PM

I've created a Password in a Query... but I want a mask to be shown when the
user is inputting that password - for example, "*********".
 
Open form in design view, click on the textbox, click on menu VIEW -
Properties. In the Input Mask property enter Password and it will mask as
data is entered.
 
Open form in design view, click on the textbox, click on menu VIEW -
Properties. In the Input Mask property enter Password and it will mask as
data is entered.

But the question doesn't ask about a form...

You can also put the Password input mask on the field in the table
itself.

I don't think you can get a query parameter prompt to use an Input
Mask. In that case you would need to use a form instead.

Armen Stein
Microsoft Access MVP
www.JStreetTech.com
 
Back
Top