G
Gnerks
I have 8 Access databases that I need to link tables from into one basically
utility database. Is there an automated way to do this. It is somewhat odd
in that one of the databases has 3 tables, two have 2 tables and five have 1
table. the utility requires that the tables be linked in a specific format.
For example, I want tblLCOM from the database ATT All.mdb, then tblLCOM2MRS
from the database ATT 2 MRS.mdb, then tblLCOM3MRS from the database ATT 3
MRS.mdb, then back to ATT all.mdb for tblREPORTfields, back to ATT 2 MRS.mdb
for tblREPORTfields (which becomes tblREPORTfields1 in the utility database),
etc.
In essence, I am pulling tables, in different sequences from ATT ALL.mdb 3
times, from the 2 MRS.mdb and 3 MRS.mdb twice, then the rest are just one
table.
Is there a way to automate this process so that my user can merely click a
command button on the utility form and the tables will be linked into the
utility database?
utility database. Is there an automated way to do this. It is somewhat odd
in that one of the databases has 3 tables, two have 2 tables and five have 1
table. the utility requires that the tables be linked in a specific format.
For example, I want tblLCOM from the database ATT All.mdb, then tblLCOM2MRS
from the database ATT 2 MRS.mdb, then tblLCOM3MRS from the database ATT 3
MRS.mdb, then back to ATT all.mdb for tblREPORTfields, back to ATT 2 MRS.mdb
for tblREPORTfields (which becomes tblREPORTfields1 in the utility database),
etc.
In essence, I am pulling tables, in different sequences from ATT ALL.mdb 3
times, from the 2 MRS.mdb and 3 MRS.mdb twice, then the rest are just one
table.
Is there a way to automate this process so that my user can merely click a
command button on the utility form and the tables will be linked into the
utility database?