I'm trying to convert a table with customer data for use with another system but I'm running into a problem.
In the current table there is only one field for both the streetname and number. In the new database these need to be seperated.
The problem I'm facing is that the format of the address is not consistent.
Here are some examples:
Postbus 1
De Stoevelaar 100
Burg. Jansenstraat 12a
What I want to do is to put the house number into one field and the streetname into another. I basically need to write a query which selects everything after the last space to get the housenumber but I've been unable to get the query right.
Does anyone know how I can solve this problem?
Thanks in advance,
Ronald
In the current table there is only one field for both the streetname and number. In the new database these need to be seperated.
The problem I'm facing is that the format of the address is not consistent.
Here are some examples:
Postbus 1
De Stoevelaar 100
Burg. Jansenstraat 12a
What I want to do is to put the house number into one field and the streetname into another. I basically need to write a query which selects everything after the last space to get the housenumber but I've been unable to get the query right.
Does anyone know how I can solve this problem?
Thanks in advance,
Ronald