0

If I try to duplicate an access file (this file is split into mdb and be mdb, and also has mde files), by importing everything into a brand new access application, why won't the table links work? Everytime I click anything it says that the tables cannot be found

Probably so simple it's not worth asking on here, but ....?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Justin
  • 4,461
  • 22
  • 87
  • 152

1 Answers1

1

When you import a link table in the usual way (File->Get External data), the links are imported not the tables themselves. You need to import the tables from the back-end.

Fionnuala
  • 90,370
  • 7
  • 114
  • 152
  • He is not asking about the actual table objects themselves. He is asking for the links. your method would actually copy the tables to the new FE mdb which is not what he wants. – JonH Dec 02 '09 at 17:20
  • I am not sure about that, the OP says "everything". – Fionnuala Dec 02 '09 at 17:21