password concealment

  • Thread starter Thread starter יריב החביב
  • Start date Start date
×

יריב החביב

Hello,

When I want to ask a question in this forum i have

to write my password.

when i write my password,i dont see the word (password) but .... dots.

Can i do it (the concealment of the password as dots) in access ? How ?

thanks



תודה רבה
 
Hello,

When I want to ask a question in this forum i have

to write my password.

when i write my password,i dont see the word (password) but .... dots.

Can i do it  (the concealment of the password as dots) in access ?  How ?

thanks

תודה רבה

Yes, in the properties of the control you are typing your password
into, set the Input Mask property to Password.

Keven
 
Set the InputMask property of the text box to Password.

If you're trying to do this using an InputBox, it's not possible. You'll
have to create your own form that has a text box with the InputMask property
set, and use that instead.
 
Use an InputMask on the field in the table. Simply type the word "Password"
(without the quotes) into the InputMask property.
 
Back
Top