I am trying to have the SSN in my employee database form display as asterisks.:confused:
Printable View
I am trying to have the SSN in my employee database form display as asterisks.:confused:
Then just display astericks without ever displaying a number. If you have the employee name, you can always to a Db query to get the SSN and use it without ever having to display it anywhere.
cahange the PasswordChar property to *
VB Code:
Text1.PasswordChar = "*"