UPdating MainForm information from Subform

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.
 
M

Marshall Barton

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
 

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

Top