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.
 
Back
Top