Triggers in Access

R

Rajesh S

Hello,
Is it possible to write triggers in access(any version)?

reply solicited..
Thanks
 
A

Allen Browne

No. JET (the data engine in Access) has never supported triggers.

It does have cascading updates and deletes, and JET 4 has cascade-to-null
relations also.
 
Top