| Search: | Browse by Category: |
| A formula for showing only the last 4 digits of the social security number. |
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 |