I have a database that they need to have the entire SSN listed. However, when a report is printed out they only want the last (4) digits showing. How can I make that happen?
Have two textboxes on the report. One will have the control source set to the SSN field, but it will have the value Visible set to False. The other will have a control source of
=Right(SSN,4)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.