In my database, the social security numbers are in a currency format (not sure why, but they are). And in order to get the "-" in my data, I did the following:
Picture(Totext({R_Age19_Dep_Letter.EMPLOYEE_ID}, 0), "xxx-xx-xxxx")
But unfortunately, I still have the "$" and the commas seperating the thousands to worry about.
How do I get rid of the currency formatting and only have my social security formatting? Also, there are some social security numbers that having a leading zero...just an FYI.
Thanks for your help!
Picture(Totext({R_Age19_Dep_Letter.EMPLOYEE_ID}, 0), "xxx-xx-xxxx")
But unfortunately, I still have the "$" and the commas seperating the thousands to worry about.
How do I get rid of the currency formatting and only have my social security formatting? Also, there are some social security numbers that having a leading zero...just an FYI.
Thanks for your help!