Hi,
I recently designed a new database according an old database in order to replace it. I found that I have trouble tranfering the data from old to new database. I am here to ask for help.
![customer]
to
Database B:
![Client]
Table Customer:
Name,
PhoneNumber,
e-mail.
DatabaseB:
Table Client:
FullName,
HomePhone,
CellPhone,
E-mail.
How can I transfer from "Database A/table customer" to "Database B/table Client"?
I recently designed a new database according an old database in order to replace it. I found that I have trouble tranfering the data from old to new database. I am here to ask for help.
- Only transferring data from one table to another
to
Database B:
- Filed name on both are different
Table Customer:
Name,
PhoneNumber,
e-mail.
DatabaseB:
Table Client:
FullName,
HomePhone,
CellPhone,
E-mail.
How can I transfer from "Database A/table customer" to "Database B/table Client"?