Now I have three database files:
file1.mdb,file2.mdb,file3.mdb
I need file1.mdb opened and copy tables from file2.mdb to file3.mdb.
I know the command "DoCmd.CopyObject" can copy current table objects (in opened database file1.mdb) to another database. But I don't know the way to copy objects between other two database.
Another way to get the same result: copy table from file2.mdb to current database(file1.mdb), then copy this table to file3.mdb. But I don't like this method.
Anyone help me with this problem, Thanks in advance
file1.mdb,file2.mdb,file3.mdb
I need file1.mdb opened and copy tables from file2.mdb to file3.mdb.
I know the command "DoCmd.CopyObject" can copy current table objects (in opened database file1.mdb) to another database. But I don't know the way to copy objects between other two database.
Another way to get the same result: copy table from file2.mdb to current database(file1.mdb), then copy this table to file3.mdb. But I don't like this method.
Anyone help me with this problem, Thanks in advance