Passing value from child form to Parent form

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
 
1

100

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
 
T

Troy

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

Top