Hiding a social security number when merging to a form letter.

G

Guest

I am trying to edit a form letter I created to "mask" all but the last 4
digits of a social security number when I merge info to it from an access
database. Is this possible?

Thanks!
 
J

John Nurick

Hi Scott,

Create a query that uses a calculated field something like this

fSSN: "********" & Right([SSN],4)

Then merge the query to Word rather than the table.
 

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

Top