I have got a table where in one field I have complete addresses: streetname and housenumber.
How can I separate them both into two fields?
I thought of finding the position of the space between the street and the number (" #") and then doing something with the position given... But what and how?
Any ideas? This is for a vast number of addresses, else I would do it by hand...
NB: The housenumber must also remain a text value, as some addresses have housenumbers like "3-B", and so on.
Teddy
How can I separate them both into two fields?
I thought of finding the position of the space between the street and the number (" #") and then doing something with the position given... But what and how?
Any ideas? This is for a vast number of addresses, else I would do it by hand...
NB: The housenumber must also remain a text value, as some addresses have housenumbers like "3-B", and so on.
Teddy