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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top