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
 
Back
Top