steve229922
Technical User
I'm trying to split an address field into 3 parts- City, State, Zip. The data looks like this----
New York City NY 10025
S. Yarmouth MA 02664
I've been using update queries, but this format is causing a bit of a problem. The conventional Instr, Left, Mid, Len functions will not seem to work because of the extra spaces in the City Name.
Any sugesstions on how to isolate the City, Sate, and Zip seperately, would help tremendously!!! Or a creative way to use the functions above that I can't seem to figure out--
Thank You!
New York City NY 10025
S. Yarmouth MA 02664
I've been using update queries, but this format is causing a bit of a problem. The conventional Instr, Left, Mid, Len functions will not seem to work because of the extra spaces in the City Name.
Any sugesstions on how to isolate the City, Sate, and Zip seperately, would help tremendously!!! Or a creative way to use the functions above that I can't seem to figure out--
Thank You!