Forms with Tabs/Pages

  • Thread starter Thread starter Brigham Siton
  • Start date Start date
B

Brigham Siton

We have a form with 4 Tabs/Pages

The first page contain the main record and the other pages are subforms with
Parent/Child Links on the first page.

My question is how do you refer to a control that is on a subform on let say
the 3rd page?

Thank you very much.
 
Brigham Siton said:
We have a form with 4 Tabs/Pages

The first page contain the main record and the other pages are subforms with
Parent/Child Links on the first page.

My question is how do you refer to a control that is on a subform on let say
the 3rd page?

Form/Control references are not affected at all by the inclusion of a TabControl.
Just reference them exactly the same as if there were no TabControl.
 
Back
Top