We've created a new database and need to import the data from our old
database. Both are MS Access databases and each have multiple tables. The
table structure of each table is completely different from each other, but
the actual fields of the data we need to move exist in both tables.
From what I see in the MS Access help I can only find how to import a
complete table from another Access database.
How can I import the data from table 1 of one file into various tables in
the second file?
e.g. Move the like data from the tables in FileOne to the tables in FileTwo.
(notice that the field names may not be the same between the tables)
FileOne.MDB --------
Table1
Name C20
Address C30
Table2
City C20
Phone C15
FileTwo.MDB --------
Table1
Name C20
LandPhone C15 <--data from Phone field in FileONe
CellPhone C15
Table2
Address C30
City C20
Postal C10
Thx!