Triggers

  • Thread starter Thread starter --
  • Start date Start date
?

--

Is it possible to build SIMPLE triggers within Access. I found info on it
in the help pages but is all refers to ADO and SQL server....nothing about a
standard Access DB. Can someone point me in the right direction?

Thanks
 
-- said:
Is it possible to build SIMPLE triggers within Access. I found info
on it in the help pages but is all refers to ADO and SQL
server....nothing about a standard Access DB. Can someone point me
in the right direction?

Thanks

No. You can respond to data insertions, updates, and deletions using events
provided by *forms*, but you cannot do this at the table level.
 
Back
Top