Things You'll Need:
- Microsoft Access 2003
- Computer
-
Step 1
Open the database in which you want to use cascading updates or cascading deletes.
-
Step 2
Pull down the "Tools" menu. Scroll down to "Relationships" and right-click. This displays a schematic view of the database and the relationships between the tables. Tables that have a relationship are joined by black lines.
-
Step 3
Rest your mouse pointer on the relationship in which you want to set cascading updates or cascading deletes. Right-click to pull up a list of options for that relationship and then select "Edit Relationship."
-
Step 4
Check the "Enforce Referential Integrity" box. Now check both the "Cascade Update Related Fields" and "Cascade Delete Related Records" boxes.
-
Step 5
Click on the "OK" button. When you make changes to one table in the relationship, the change will be propagated to the other tables in the relationship.












