Split a Field

GetReel

Registered User.
Local time
Today, 17:56
Joined
May 22, 2003
Messages
67
Help

I have a field calledd address field that contains the street name and suburb. Is there any way to remove the suburbs and add them to a field called suburnbs in the same table.

When i first did the db I failed separate the address details so that I can do report by suburbs.
 
thanks for that. I would have done a search but I didnt what key works to use.

I tried using the following :
Right([Address],Len([Address])-InStr([Address]," "))

Obviously Im doing something wrong because the entired address updated to the Suburb field in the update query except for the street number.

I wanted it to remove the suburb in the address field and add it to Suburb field.

currently my values in the address field are entered like this.
14/45 Hall Street, Fairfield
 

Users who are viewing this thread

Back
Top Bottom