Rick, completely correct, but note that there is a more
complicated way of understanding that.
.
When using the default Jet database (tables in an mdb file),
you can use declarative referential integrity to cascade
updates an deletions through your other tables. So unlike
other database systems, there was not a need to handle
table level events (triggers).
Other database systems like SQL Server which couldn't
handle declarative referential integrity have had it retro-fitted,
and also have retained table level events (triggers) for more
complex actions like those handled by form level events in
Access.
In contrast, Access has stagnated for 10 years. SQL Server
got DRI, Access/Jet did not get table level events.
(david)