trigger counter part

M

mike

i'm looking for a way to create the equivalent of a SQL trigger in MS
Access 2003. is there such a thing.
 
R

Rick Brandt

mike said:
i'm looking for a way to create the equivalent of a SQL trigger in MS
Access 2003. is there such a thing.

There are no "table level events" if you are using Jet (mdb file) to store your
data. All updates must be done with forms (which do have them).
 

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

Top