Remove the links in Tables?

D

Douglas J. Steele

Just delete the tables. Linked tables are strictly pointers to the real
tables. Deleting the linked tables doesn't delete the data in the tables to
which the linked tables pointed.
 
Top