Trigger with MDB

I

iwasinnihon

I was wondering if there was a way to setup a trigger on a MDB. I know
you can with a ADP, but I can't seem to find that choice when you right
click on a table.
 
R

Rick Brandt

iwasinnihon said:
I was wondering if there was a way to setup a trigger on a MDB. I
know you can with a ADP, but I can't seem to find that choice when
you right click on a table.

Tables in MDB files do not support triggers. It works in an ADP because the
tables are on SQL Server (which does support triggers).
 
Top