I have a database with address, number and street fields. The address field has to contain the full address. The number field needs to contain just the street number. The street field needs to contain the street.
The address field already contains the complete address.
I need to select the first section of characters (from start of field to first space) in my address field to set to the number field. I then need to selct everything after the first space to set to the street field.
Any ideas how I can write the code to make these selections?
Ron--
The address field already contains the complete address.
I need to select the first section of characters (from start of field to first space) in my address field to set to the number field. I then need to selct everything after the first space to set to the street field.
Any ideas how I can write the code to make these selections?
Ron--