I have an Address Field I want to seperate into two fields. So I created two more fields and populated it with the Address field.
1) StreetNo
2) StreetName
Then I did an Update Query to remove the street numbers. I used the following in the Update to:
Right([streetname],Len([streetname])-InStr([streetname]," "))
It almost worked, but it removed the first name of the street when there was no street number. I searched in Access Help and on the MS site, no luck.
Any ideas? Or a better process?
Thanks!
1) StreetNo
2) StreetName
Then I did an Update Query to remove the street numbers. I used the following in the Update to:
Right([streetname],Len([streetname])-InStr([streetname]," "))
It almost worked, but it removed the first name of the street when there was no street number. I searched in Access Help and on the MS site, no luck.
Any ideas? Or a better process?
Thanks!