Referencing subform on a page

  • Thread starter Thread starter Jeff L
  • Start date Start date
J

Jeff L

What is the syntax for referencing a subform on a page
that's on a main form?

The main form is called frmMain, the page is called Child
and the subform is called frmChild

I've tried
Forms!frmmain.Child.frmChild
and get an 'Object doesn't support this property or
method' error

frmmain.Child.frmChild
and get an 'Object required' error

and a variety of other errors with different
configurations.

Any help?

Best Regards,
Jeff
 
Excellent! And thanks for the link. I struggle at times
with the whole referencing objects / controls /
collections thing. Much appreciated.
Jeff
 
Back
Top