J
J S
In a oracle database you can create a "database trigger" which is basically
code that will be automatically executed when certain events occur like a
row being inserted into a table. I was wondering is there something similiar
in access?
I don't want a trigger that is form based. I want it to be table-based. so
that even if I'm inserting rows from a procedure the trigger will still run.
Is this possible?
-J
code that will be automatically executed when certain events occur like a
row being inserted into a table. I was wondering is there something similiar
in access?
I don't want a trigger that is form based. I want it to be table-based. so
that even if I'm inserting rows from a procedure the trigger will still run.
Is this possible?
-J