G
Graham Naylor
Hi,
I am used to having a subform on a form and in the code associated with the
subform referencing a control on the main form using
"Forms![Main].Control.value
But if I have a subForm on a subForm all on a main form. From code
associated with either subform I can reference a control of the main form
using the code above. But how do I reference a control on the 1st subForm
from code associated to the 2nd (lower level) subForm?
I hope that makes sense and thanks in advance for any help
Graham
I am used to having a subform on a form and in the code associated with the
subform referencing a control on the main form using
"Forms![Main].Control.value
But if I have a subForm on a subForm all on a main form. From code
associated with either subform I can reference a control of the main form
using the code above. But how do I reference a control on the 1st subForm
from code associated to the 2nd (lower level) subForm?
I hope that makes sense and thanks in advance for any help
Graham