N
NEWER USER
I am trying to extract a portion of a string
Here is my string(s) I am playing with
165 E Oregon Ave, Creswell, OR 97426
1517 Bayshore Drive, Coos Bay, OR 97420
248 North 9th Street, Cottage Grove, OR 97424
I used the following to extract the address portion only and it works well.
Mid([F10],1,InStr([F10]," ")-1)
I now want to extract only the City. Can anybody help me? Any help
appreciated.
Here is my string(s) I am playing with
165 E Oregon Ave, Creswell, OR 97426
1517 Bayshore Drive, Coos Bay, OR 97420
248 North 9th Street, Cottage Grove, OR 97424
I used the following to extract the address portion only and it works well.
Mid([F10],1,InStr([F10]," ")-1)
I now want to extract only the City. Can anybody help me? Any help
appreciated.