password input field

S

segurarl

I'm using an input box to get the password from the user and then display or
not some fields.

To display only '*' when they are typing, I can use an unbound form with the
"password" format.

What will be the best way to check the value from the unbound password form?

Thank you!!!
 
D

Douglas J. Steele

As long as the form's open, you can refer to the field as
Forms("NameOfForm").Controls("NameOfControl"), or
Forms!NameOfForm!NameOfControl
 

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