G
gsnidow via AccessMonster.com
Greetings. What is the syntax for making reference to a control on a subform
that is on a subform. Thanks to Marshall, I got this to work for the first
sub
Forms!Parent.Child.form!Control
Now, what I am trying to do is make reference to a control on a subform that
is also on a subform. So I tried this
Forms!Parent.Child1.form.Child2.form!Control.
Of course, it does not work. So is this even possible?
Greg
that is on a subform. Thanks to Marshall, I got this to work for the first
sub
Forms!Parent.Child.form!Control
Now, what I am trying to do is make reference to a control on a subform that
is also on a subform. So I tried this
Forms!Parent.Child1.form.Child2.form!Control.
Of course, it does not work. So is this even possible?
Greg