Search: Browse by Category:
FAQ Main Page > General
ASK QUESTION
A formula for showing only the last 4 digits of the social security number.
 
Print
Tell A Friend
Author: writeAuthor
Views: 24
Votes: 0

 

My state requires me to "x" all but the last 4 digits of an employees social security number on their check stub. How do I do that?

Answer: Just make or modify a formula that you use to display the social security number on the check stub - as follows:

"XXX-XX-" & Right({Applicants.SSNumber},4)

Last update: 02:40 PM Wednesday, August 2, 2006

Related Questions: