I'm trying to Setfocus to a certain Tab (Tab2) on a Tab Control that is located on the Main Form (Form1).
On the Tab Control I have a Subform (SubForm1) and on that Subform is another subform (SubForm2).
Main Form
Tab Control
SubForm1
SubForm2
So, I'm trying to set the focus from a field on SubForm2 to a field on Tab2 on the Tab Control.
On the Tab Control I have a Subform (SubForm1) and on that Subform is another subform (SubForm2).
Main Form
Tab Control
SubForm1
SubForm2
So, I'm trying to set the focus from a field on SubForm2 to a field on Tab2 on the Tab Control.