J
Jennifer Eckel-Naborowski via AccessMonster.com
Hi, I'm familiar with Access, but new to the VB programming side.
Here's what I'm trying to do. I have a main form (Orders). I have a subform
(ProjectTransition). I have a tab control (tabCtl160). I'm trying to get
the focus from my main form to the subform. The subform is on a page inside
a tab control that resides on the main form. I have successfully set the
focus to the Page on the tab control, but can't get the focus to move onto
the subform that sits on that page. Here's my code.
Forms("Orders").Controls("tabCtl160").Pages(2).SetFocus
Not sure if this is important, but the data on the main form and the data
on the subform come from the same table.
Any help is appreciated.
jenn
Here's what I'm trying to do. I have a main form (Orders). I have a subform
(ProjectTransition). I have a tab control (tabCtl160). I'm trying to get
the focus from my main form to the subform. The subform is on a page inside
a tab control that resides on the main form. I have successfully set the
focus to the Page on the tab control, but can't get the focus to move onto
the subform that sits on that page. Here's my code.
Forms("Orders").Controls("tabCtl160").Pages(2).SetFocus
Not sure if this is important, but the data on the main form and the data
on the subform come from the same table.
Any help is appreciated.
jenn