G
Guest
Hi everyone,
I have a form (form1) that is controlled by table1 (Orders), which launches
another form (form2) controlled by table2 (Items) - upon completion of a
record in form2 (and closing of form2), which adds a record to table2, I
would also like it to add a record to a table3 (shipments), using a
combination of fields from table1 and table2.
I thought about using a DoCmd.RunSQL INSERT INTO command on the closing of
form2, but how would I bring in fields from table1? Should I link table1 or
should I link in the form1 fields?
Thanks!
-gary
I have a form (form1) that is controlled by table1 (Orders), which launches
another form (form2) controlled by table2 (Items) - upon completion of a
record in form2 (and closing of form2), which adds a record to table2, I
would also like it to add a record to a table3 (shipments), using a
combination of fields from table1 and table2.
I thought about using a DoCmd.RunSQL INSERT INTO command on the closing of
form2, but how would I bring in fields from table1? Should I link table1 or
should I link in the form1 fields?
Thanks!
-gary