how do i type a password into a query so that it only shows *****

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

Guest

Just like the database password when you type all you can see is ****. I
work in an open plan office and anyone standing behind can see the password
on the screen as I type.
 
You need an input mask on the textbox on the form and set it to password, if
the query is prompting you automatically you wont be able to set the input
mask, you will need to create a form and set a textbox on that with the
correct input mask, then make the query use the value on the form instead.
 

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

Back
Top