Password Mask

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

Guest

My table has a value for password.
The table is linked to an SQL database.
Normally, I would just change the input mask to password and then *****
would appear. But, when I change the Input Mask to "Password" the change does
not take, it just returns the actual password. SQL Enterprise manager does
not allow/or have a place to change the input mask.

Could someone please help, my audit dept. found this, and I must mask it.
 
Dan @BCBS said:
My table has a value for password.
The table is linked to an SQL database.
Normally, I would just change the input mask to password and then *****
would appear. But, when I change the Input Mask to "Password" the change
does
not take, it just returns the actual password. SQL Enterprise manager
does
not allow/or have a place to change the input mask.

Could someone please help, my audit dept. found this, and I must mask it.

Bind your table to a form and your field to a text box. You can set the
input mask there.

Keith.
www.keithwilby.com
 
Back
Top