UPdating MainForm information from Subform

  • Thread starter Thread starter newsmail
  • Start date Start date
N

newsmail

Is there a way to go from the Form to Subform to MainForm so that I can
refresh certain information.

Or better yet can I Requery information from within a subform to update the
main Form?

Could someone give me the code to this


Thank You.
 
newsmail said:
Is there a way to go from the Form to Subform to MainForm so that I can
refresh certain information.

Or better yet can I Requery information from within a subform to update the
main Form?


You can requery the main form using:

Parent.Requery
 
Back
Top