adding data to two tables at once with a form

G

Guest

how can i do this!??!!?!? i need to update the records of
two tables with a form. please help!!!
 
E

Eric Cárdenas [MSFT]

how can i do this!??!!?!? i need to update the records of
two tables with a form. please help!!!
--------------------
Are the two tables related via a one-to-many? If so, you can use a
main/subform. You edit the rows of the parent table in the main form and
edit the related rows of the child table in the subform.

Hope this helps,
 
Top