password concealment

  • Thread starter יריב החביב
  • 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



תודה רבה
 
K

Keven Denen

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
 
D

Douglas J. Steele

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.
 
A

Arvin Meyer [MVP]

Use an InputMask on the field in the table. Simply type the word "Password"
(without the quotes) into the InputMask property.
 

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