I have a form (frmControlPanel) that has a tab control on it with 7 tabs. I'm trying to access the controls on the seventh tab from a module and can't seem to get the syntax right. Any help would be greatly appreciated.
When I request the properties after clicking on my tab control, it has Page
age0 to Page
age6 (depending on what tab is active) Maybe I have messed up the properties and lost the tab control name???
I thought you could access the controls on the tab by:
[Forms]![frmControlPanel]![TabControlName]![Page0].Control
but it's not working...
When I request the properties after clicking on my tab control, it has Page
I thought you could access the controls on the tab by:
[Forms]![frmControlPanel]![TabControlName]![Page0].Control
but it's not working...