run code on table update

H

helpplez

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.
 
S

Scott McDaniel

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.
 
Top