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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automatically run a update query

Status
Not open for further replies.

Jorgandr

Programmer
May 10, 2002
58
US
Is there any way to automatically run an update query whenever data changes in another table?
 

If you are using SQL Server, you could use a trigger. If you’re using JET, and you know the forms that are updating the other table, you can execute a runsql from the after update of the form(s) that update the other table.
Robert Berman
Data Base consultant
Vulcan Software Services
thornmastr@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top