Forms and sub forms update

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I update my form form information in my subform. The form will have
data about different ratings, but the the sub form these rating could change
and i want the form to be update to the ratings in the sub form. Does anyone
know how this could be done.

I would be very grateful.

regards

michael
 
assign the mainform.fieldname =
Forms!MainFormName!SubFormName.Forms.subformFIELDName

This is covered in the help process but I believe this syntax is right then
it will pull what ever is in the subform field into the mainform table every
time the cursor moves from record to record.
 
Back
Top