I want to delete records and the records in the Linking Tables that refer to
that record's ID number (i.e., those linked with referential integrity). I
have been told to turn on "cascade deletions," but I don't know how.
Open the Relationships Window (the icon with three little boxes
connected by lines). Select the relationship *line* joining the two
tables in question; a popup window will appear showing that
relationship's properties. Be sure that the "Relational Integrity" box
is checked, and also check the "Cascade Deletes" box.
Note that this is somewhat of a sledgehammer: if you delete a record
in the "one" side table, it will give you one, brief, easily ignored
warning and then permanently and irrevokably delete that record and
*EVERY* record in the related table which was joined to that record.
There's a real potential for "oops, I didn't mean THAT record"
moments!
John W. Vinson[MVP]