Password in a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a customer form and have a field for a web sight. I also have a
button next to that to open another form for the log in information. I would
like to make the user required to put a password in before entering the form.
I have noticed the inuput mask in properties put don't know how to use it.
Thanks for your help.
 
Open a form in design mode.

Select the field you wish to use for "password" entry, and open the
properties window.

Select the Input Mask property and click to the right to get the Input Mask
wizard.

Select the "password" option.
 
Back
Top