Generic way to reference parent form?

L

Laurel

Is there a generic way to reference an item on a parent form from a subform?
I have some code that will work in several sub-forms if I can figure out a
way to reference the "Funder" control or field on the parent form for
several different parent and sub-forms.
 
F

fredg

Is there a generic way to reference an item on a parent form from a subform?
I have some code that will work in several sub-forms if I can figure out a
way to reference the "Funder" control or field on the parent form for
several different parent and sub-forms.

Me.Parent.Funder
 

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