How do I unlink linked tables in Access 2007 to save as a backup?

  • Thread starter Thread starter buffis
  • Start date Start date
On Mon, 13 Apr 2009 06:43:01 -0700, buffis

There is no need to unlink before making a backup.

But if you must, you can manually delete the linked tables from the
FE, or write some VBA code to do the same (loop over Tabledefs
collection, check if attached table, delete).

-Tom.
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top