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