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.
 
Correct. You woul;d reference them directly ...as if it is
an independent form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top