Trigger with MDB

  • Thread starter Thread starter iwasinnihon
  • Start date Start date
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.
 
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).
 
Sorry, there are no triggers in tables in Access MDB's.
 

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

Similar Threads


Back
Top