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
 
Back
Top