No ... those are commonly known as "triggers" and Access doesn't support
them. Direct table data entry is not encouraged either ... tables should NOT
be exposed to users.

Signature
Scott McDaniel
CS Computer Software
Visual Basic - Access - Sql Server - ASP
> Is it possible to run code when a table is updated
> directly? I can do it if I create a form from the table
> and put the code there. But is there a way to add code to
> the table itself?
> Thanks.