Hide (mask?) text content

  • Thread starter Thread starter Bre-x
  • Start date Start date
B

Bre-x

Hi,

I have a login form where the user will type
its user_name and user_password.

How do you "mask" the contet of the text control (user_password) so that
when the data is enter
it show only *******

A login form!!

Thank you All

Bre-x
 
Hi,

I have a login form where the user will type
its user_name and user_password.

How do you "mask" the contet of the text control (user_password) so that
when the data is enter
it show only *******

A login form!!

Thank you All

Bre-x

If this is a form you are using (as opposed to the built-in InputBox)
set the text control's Input Mask property to:
Password
 
Back
Top