M
Mark
Hi,
I use Access2k. My question is:
How to split a string. One field contains
city, state and zip, like:
LOS ANGELES CA 90032
WINSTON SALEM NC 27104
REDWOOD CITY CA 94063
I want to write a query to split it to 3 fields, like:
field1 field2 field3
LOS ANGELES CA 90032
WINSTON SALEM NC 27104
REDWOOD CITY CA 94063
How to write these query?
Thanks,
I use Access2k. My question is:
How to split a string. One field contains
city, state and zip, like:
LOS ANGELES CA 90032
WINSTON SALEM NC 27104
REDWOOD CITY CA 94063
I want to write a query to split it to 3 fields, like:
field1 field2 field3
LOS ANGELES CA 90032
WINSTON SALEM NC 27104
REDWOOD CITY CA 94063
How to write these query?
Thanks,