Hi all,
I've got a separate DB backend. I've got an empty blank table which I want to copy into a new table. I've been trying this (see below) from the front end but it isn't working as the front end has no link to the copy/source table:
Any ideas? I want the table to end up in the TEST_DB database with the source table.
Many thanks in advance,
Fitz
Did you know, there are 10 types of people in this world:
* Those who understand binary
and
* Those who Don't!!
I've got a separate DB backend. I've got an empty blank table which I want to copy into a new table. I've been trying this (see below) from the front end but it isn't working as the front end has no link to the copy/source table:
Code:
DoCmd.CopyObject CurrentProject.Path & "\TEST_DT.MDB", "tblCompNew", acTable, "tblCompOrig"
Any ideas? I want the table to end up in the TEST_DB database with the source table.
Many thanks in advance,
Fitz
Did you know, there are 10 types of people in this world:
* Those who understand binary
and
* Those who Don't!!