The same way as if the tab control did not exist.
Forms![Main Form]![Subform control].Form![Control name]
If you want to confirm this try creating two controls with same name of
different pages of the tab. You'll get an error message when you try to
name the control on page 2 the same as the control on page 1.

Signature
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
.
> I'm having a bit of trouble referring to a control in a subform within a
> tab
[quoted text clipped - 10 lines]
>
> John431
john431 - 23 Oct 2007 22:09 GMT
Thank you for the response, John.
I have tried that and I have also tried:
Forms![Main Form]!Pages![Page1]![Subform control].Form![Control name]
Forms![Main Form]![Subform control].Form!Pages![Page1].[Control name]
Forms![Main Form]![Subform control].Pages![Page1]!Form![Control name]
None of these 4 combinations work. The error message is that the Main Form
cannot be found.
John431
> The same way as if the tab control did not exist.
> Forms![Main Form]![Subform control].Form![Control name]
[quoted text clipped - 17 lines]
> >
> > John431
Paolo - 24 Oct 2007 07:21 GMT
Hi John,
Forms![name of the main form].Form![name of the subform containing the
control]![Control name]
HTH Paolo
> Thank you for the response, John.
>
[quoted text clipped - 30 lines]
> > >
> > > John431