Masking SSNs with ***-**-xxxx

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

Guest

I am trying to find a way to display the SSN's in a report, query etc with
the last 4 only.
Thank you
 
I am trying to find a way to display the SSN's in a report, query etc with
the last 4 only.
Thank you

Use an unbound control in the report.
Set it's control source to:

="***-**-" & Right([SSN],4)
 

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

Back
Top