R
ryan
I have a field that contains nine-digit zip codes "MAIL_ZIP" unfortunately
they are formatted as 123456789 and I need them to be 12345-6789. Is there a
way I can insert a '-' after five digits without replacing the final four?
Thanks in advance.
they are formatted as 123456789 and I need them to be 12345-6789. Is there a
way I can insert a '-' after five digits without replacing the final four?
Thanks in advance.