Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trigger for UPDATE

Status
Not open for further replies.

ChrisBeach

Programmer
Jun 10, 2005
128
CA
Hi all, I have an access front end, and I need to prevent the user from updating data in a subform if the date is before a certain time.. I have a trigger for inserts and deletes.. selecting the date from the inserted or deleted table, but not quite sure how to go about this for an update, anyone have any ideas?
 
I don't know if you got an answer on this yet, but an update is both a delete and insert so both of these tables are available on an update.
 
I did finally end up finding it, i should of posted on here that I found an answer, but thanks for posting, I really appreciate it =)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top