along the lines of this thread, if the page in the tabcontrol contains a subform, can i use that subform's controls without explicit reference to the subform? eg, something like tabctl1.Pages(selectedTabIndex).???.TextBoxName rather than SubFormName.TextBoxName
I have a tabcontrol with several...