inputbox for password in access2000

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

Guest

I don't know how to make an imputbox text to have password mask. Is there any
way to do it or should I make a new form to do it?
 
You can't do it with an inputbox. You can do it with a form, but I don't
recommend it. It is so full of holes that it is worse than useless - it
gives the illusion of security where no security exists. Try creating a text
box on a form with a password mask, enter any non-dictionary word as the
password, and hit F7.
 
I don't know how to make an imputbox text to have password mask. Is there any
way to do it or should I make a new form to do it?

Can't be done using the InputBox.
Create a form with an unbound text control.
Use the Passport Input Mask in the control.
 

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


Back
Top