HI,
I have 10 tables in a DB and one form (based on table 1) so far. I need to take the SSN field info from the form and place it into the other 9 tables. I have created 9 append queries (to update each form individually).
I would like to execute all nine queries, via an on click event, using the forms Save cmd button. I'm pretty sure that a For next loop is the way to go, just not sure how to code it so the Docmd.OpenQuery statement can run each query.
Any information/suggestions is gladly aprreciated,
thanks
I have 10 tables in a DB and one form (based on table 1) so far. I need to take the SSN field info from the form and place it into the other 9 tables. I have created 9 append queries (to update each form individually).
I would like to execute all nine queries, via an on click event, using the forms Save cmd button. I'm pretty sure that a For next loop is the way to go, just not sure how to code it so the Docmd.OpenQuery statement can run each query.
Any information/suggestions is gladly aprreciated,
thanks