K
KmhComputer
Hi,
Thanks for helping.
I have two Access Mdb files. Every once in a while, a function needs to run
that will take tabes from one Mdb and copy them into another. One catch is
the table names in the two Mdb files are different as well as their layouts.
I have a procedure that goes through and puts the data from the first Mdb
file in the correct form etc for second Mdb file. But then I'm not sure how
to use the TransferDatabase Command to actually move the data from the Mdb
with one name to another Mdb with a different name for the table.
So I have two Mdb files which I'll label Mdb1 and Mdb2
Mdb1 has a table which I'll label Table1
Mdb2 has a table which I'll label Table2
So how do I code the following:
Export Table1 from Mdb1 to Table2 in Mdb2
Thanks so much for any help you can give,
Kathy
Thanks for helping.
I have two Access Mdb files. Every once in a while, a function needs to run
that will take tabes from one Mdb and copy them into another. One catch is
the table names in the two Mdb files are different as well as their layouts.
I have a procedure that goes through and puts the data from the first Mdb
file in the correct form etc for second Mdb file. But then I'm not sure how
to use the TransferDatabase Command to actually move the data from the Mdb
with one name to another Mdb with a different name for the table.
So I have two Mdb files which I'll label Mdb1 and Mdb2
Mdb1 has a table which I'll label Table1
Mdb2 has a table which I'll label Table2
So how do I code the following:
Export Table1 from Mdb1 to Table2 in Mdb2
Thanks so much for any help you can give,
Kathy