A family of Microsoft relational database management systems designed for ease of use.
You can't link to a linked table; you have to link to the SQL Server tables directly.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have 2 access database:
I do this using this code in access A:
DoCmd.TransferDatabase acLink, "Microsoft Access", "c:\myaccessB.mdb", acTable, "MyTableName", "MyTableName"
This is the error I get:
Run-time error '3078'
The Microsoft Access database engine cannot find the input table or query MyTableName. Make sure it exists and that its name is spelled correctly
This code works fine with tables that are local in access database B, but not on linked tables.
Anybody has any idea?
Thanks a lot i nadvance, and kind regards,
Pieter
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
You can't link to a linked table; you have to link to the SQL Server tables directly.