i have a field [EmpSS] that i want to mask in the report not in the query.
I make an unbound field in the report then asign this code to the control source. It brings up an error.
Can I asign a mask at the report level? I know how to do it at the query level, but that throws my data results off. I need it done in the report.
I make an unbound field in the report then asign this code to the control source. It brings up an error.
Code:
="XXX-XX-" & Right([EmpSS],4)
Can I asign a mask at the report level? I know how to do it at the query level, but that throws my data results off. I need it done in the report.