Hi All.
I am developing a new database for my employer. The database is near completion. One of the problems I now have is to get the current data into the new tables.
The curren t database was designed (NOT) by someone who had never NOT designed a system before, and should never try again. The main table contain details of clients with fields such as:
custID
custname
custaddress
(and so on )
It's the custaddress field that is presenting me with a problem. The whole address is in one field i.e "10 downing street westminster london w1 1nb"
The new database also had a table containing details of clients with fields:
CustID
CustName
CustAddressFirstLine
CustAddressSecondLine
CustAddressTown
CustAddressCounty
CustAddressPostCode.
QUESTION: Is there a way of extracting and importing the data from the current database-field into the new structure placing the correct parts of the address in the fields as listed above. So far the only way I have found is to export the table into Excel, manually separate the individual parts of the address and paste them into cells on the spreadsheet and then import them into the new table.
PROBLEM: there are over 3500 records the the current table.
Any advise would be good, (Apart form GIVE UP)
Kind regards, keep safe and well.
Dereck
I am developing a new database for my employer. The database is near completion. One of the problems I now have is to get the current data into the new tables.
The curren t database was designed (NOT) by someone who had never NOT designed a system before, and should never try again. The main table contain details of clients with fields such as:
custID
custname
custaddress
(and so on )
It's the custaddress field that is presenting me with a problem. The whole address is in one field i.e "10 downing street westminster london w1 1nb"
The new database also had a table containing details of clients with fields:
CustID
CustName
CustAddressFirstLine
CustAddressSecondLine
CustAddressTown
CustAddressCounty
CustAddressPostCode.
QUESTION: Is there a way of extracting and importing the data from the current database-field into the new structure placing the correct parts of the address in the fields as listed above. So far the only way I have found is to export the table into Excel, manually separate the individual parts of the address and paste them into cells on the spreadsheet and then import them into the new table.
PROBLEM: there are over 3500 records the the current table.
Any advise would be good, (Apart form GIVE UP)
Kind regards, keep safe and well.
Dereck