Hi.
I have a field City_ST_Zip.
Staff entered a city name followed by a ',' and then the state's name, and finally the zip code. (ex., North Adams, MA 01608)
I need to separate out each field into their own. (i.e., City, State, Zip)
I know how to separate based upon spaces, but where many cities have 2 parts to their name, I need to separate by the comma.
Russ
I have a field City_ST_Zip.
Staff entered a city name followed by a ',' and then the state's name, and finally the zip code. (ex., North Adams, MA 01608)
I need to separate out each field into their own. (i.e., City, State, Zip)
I know how to separate based upon spaces, but where many cities have 2 parts to their name, I need to separate by the comma.
Russ