Passing value from child form to Parent form

  • Thread starter Thread starter Troy
  • Start date Start date
T

Troy

I am trying to pass a value selected from a child form to
the parent form which in turn will update an access
record. How do I pass this value? Thank you for all your
assistance.

Troy
 
Hi Troy,
You can use an event, delegate or you can use Child form's Parent or
ParentForm properties, cast the reference to an apropriate class and call a
method of the parent form.

HTH
B\rgds
100
 
Thanks, but could you provide code. I understand
conceptually how it can be done but the devil is in the
details.

Troy
 

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