M
Maredith
I have a database application that includes some privacy information for
employees. Permissions to view and/or edit are handled in code. The last four
digits of the Social Security number are used along with the first and last
names to confirm a "match" for data coming in from other systems. On the main
data input form for the employees, I want the Social Security number to
appear like:
*****1234 for all users who have permission to view the data, but
567891234 for users who have permission to edit the data when they
click on that field. Or, alternately, change to showing all digits as soon as
they start to edit the record or begin a new record. Any ideas? This is in
single form (not continuous).
employees. Permissions to view and/or edit are handled in code. The last four
digits of the Social Security number are used along with the first and last
names to confirm a "match" for data coming in from other systems. On the main
data input form for the employees, I want the Social Security number to
appear like:
*****1234 for all users who have permission to view the data, but
567891234 for users who have permission to edit the data when they
click on that field. Or, alternately, change to showing all digits as soon as
they start to edit the record or begin a new record. Any ideas? This is in
single form (not continuous).