We have a field that contains an address in the form of house number and street. Is there a way to write a query that will separate the house number (which always comes before a space and then the street name) from the street name and put them into separate fields? The house numbers may be anywhere from one to four characters. The street names obviously are irregular as well, and sometimes contain multiple words. The two fields I want the data in already exist in the table. I’m hoping there is some kind of update query that will separate the data (otherwise it’s cut-and-paste for 4329 records!)
Thanks,
-cynthia