I have a view that joins four tables, I want the user to be able to update the view. I am using a disconnected recordset.

View = AllInfo
Table1 = customer details (updated on form 1)
Table2=Contract details (updated on form 2)
Table3 = Car Details (updated on form 3)

Is it possible to update the recordset bit by bit? (Add the customer details after the first form, add contract details after the second form.....ON THE SAME ROW???)

Can anyone help me on how to do this.....I have to finish it in a couple of hours????

THANKS