K
Katherine R
I'm using the following as the Control in a text box to display only the last
four digits of a social security number in a report:
="xxx-xx-" & Right([SSN],4)
If a SS# exists for a record the report displays xxx-xx-1234. If there is
no social security number, the report displays xxx-xx-
Can the above be modified so that it displays nothing if a social security
number does not exist for a record?
Thanks.
four digits of a social security number in a report:
="xxx-xx-" & Right([SSN],4)
If a SS# exists for a record the report displays xxx-xx-1234. If there is
no social security number, the report displays xxx-xx-
Can the above be modified so that it displays nothing if a social security
number does not exist for a record?
Thanks.