gr8whitewaldron
Technical User
I'm sure this has been answered before. On a form I want text box filled with a value calculated by the expression builder. It is used to hide most of a number, as you would a credit card number, but have the last few digits shown. Ideally, it would appear
="*****" & ([EmployeeInformation].[EmployeeNumber] Mod 1000)
(using mod 1000 to return only the last 3 digits of the number)
In the box on the form, all I get it #Name? What is up with this stuff?
Pre-Thanks
="*****" & ([EmployeeInformation].[EmployeeNumber] Mod 1000)
(using mod 1000 to return only the last 3 digits of the number)
In the box on the form, all I get it #Name? What is up with this stuff?
Pre-Thanks