B
Bonnie
Is there a way to find the second occurence of a space " " with Instr()? For
example, I am using Trim(Left(MASTER.CSZ,InStr(MASTER.CSZ," ")-1)) to extract
a city name from a field that contains the city, state and zip. However, in
the case when a city name is two words, I need to go to extract to the second
space (I have filtered the records with two word city names).
Thanks in advance,
Bonnie
example, I am using Trim(Left(MASTER.CSZ,InStr(MASTER.CSZ," ")-1)) to extract
a city name from a field that contains the city, state and zip. However, in
the case when a city name is two words, I need to go to extract to the second
space (I have filtered the records with two word city names).
Thanks in advance,
Bonnie