Hello,
I have a tab control, the first page of the tab control is a menu, all other pages of the tab control are bound subforms.
From within a tab/subform, I want to be able to navigate to another tab/subform of a tab control in the onclick event of a button on the subform.
I have tried setting the tab control's value property to the specified page I want to navigate to (i.e. TabCtl0 = 4), but it does not work.
What am I doing wrong?
Thanks in advance for your help!
I have a tab control, the first page of the tab control is a menu, all other pages of the tab control are bound subforms.
From within a tab/subform, I want to be able to navigate to another tab/subform of a tab control in the onclick event of a button on the subform.
I have tried setting the tab control's value property to the specified page I want to navigate to (i.e. TabCtl0 = 4), but it does not work.
What am I doing wrong?
Thanks in advance for your help!