is it possible to use triggers in a access database

J

Jimmy

It looks that database triggers are not supported in a .mdb database. Is it
correct ?
 
A

Albert D.Kallal

For the last 3 versions of ms-access, the office cd has included two
engines, the "JET" engine, and also the MSDE.

If you use the MSDE engine, then you do have triggers.
Any work around known ?

If you don't want to use the "other" engine on the cd, the most of use the
before, or after update event of a form....
 
Top