D
David
I'm trying to transfer a table from one database to another in access 2007.
When the following code is executed I recieve a 3709 "Search key can not be
found" error.
Here is the code
DoCmd.TransferDatabase acImport, "Microsoft Access", Me.Path, acTable,
"TestingDataTbl", "TestingDataTbl"
This code works fine in Access 2000-2003
Thank You
When the following code is executed I recieve a 3709 "Search key can not be
found" error.
Here is the code
DoCmd.TransferDatabase acImport, "Microsoft Access", Me.Path, acTable,
"TestingDataTbl", "TestingDataTbl"
This code works fine in Access 2000-2003
Thank You