Things You'll Need:
-
Step 1
Understand that cascading updates or cascading deletes are used to overrule referential integrity rules while retaining relationship integrity. These conditions only apply to relationships in which referential integrity is enforced.
-
Step 2
Know that by selecting Cascade Update Related Fields checkbox when you are defining a relationship, a subsequent change to a record will automatically generate an update in all related records.
-
Step 3
Understand that by selecting Cascade Delete Related Fields checkbox when you are defining a relationship, a subsequent deletion of a record will automatically cause a deletion of all related records.







