J
jim
I have a field that has both city and state. The state is abbrievated with 2
characters. Of course, I am trying to seperate the two, so I need one field
of my query to find the space and return the text left of the space and the
next field of the query to find the text to the right. If tried using the
InStrRev function, but can't seem to get what is needed. Following is a copy
of the statement I am using. Any help will be apprecaited.
Left([ADDR3],InStrRev([ADDR3]," ",-1,1))
characters. Of course, I am trying to seperate the two, so I need one field
of my query to find the space and return the text left of the space and the
next field of the query to find the text to the right. If tried using the
InStrRev function, but can't seem to get what is needed. Following is a copy
of the statement I am using. Any help will be apprecaited.
Left([ADDR3],InStrRev([ADDR3]," ",-1,1))