T
Tatakau
I have a query that displays guest zip codes, which are stored as text
strings. I would like to add a dash between the 5th and 6th digit if the zip
code is longer than 5 digits (eg, 12345 displays as 12345, and 123456789
displays as 12345-6789). I don't quite know how to code this though... does
anyone know of a command that I could use to do this?
Thanks!
Nick
strings. I would like to add a dash between the 5th and 6th digit if the zip
code is longer than 5 digits (eg, 12345 displays as 12345, and 123456789
displays as 12345-6789). I don't quite know how to code this though... does
anyone know of a command that I could use to do this?
Thanks!
Nick