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

Automatically run Append Query When adding record

Status
Not open for further replies.

cruzan1

Technical User
Jun 27, 2005
7
0
0
US
I have a form to add systems to a systems table. And I have an append query called QuestionSystem that adds to an answer table. How would I run this query from my add systems table?
 
Perhaps in the AfterInsert event procedure of the form ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
It worked thanks.
I copied the SQL from the query and pasted it in a RunSQL macro using AfterInsert.

cruzan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top