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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top