How I seen in the Atachments it is two childs inside same form with Tabs adapted
I tried one solution and worked well..
1.MAIN FORM on Tab_Click set >> Me.ChildName.Se tfocus
2.Second Form - On Load set >> Me.ChildName.Se tfocus
3.Third Form - On Load set >> Me.TextName.Set focus
ChildName and TextName bring what Yours are.
and Tab Name As Yours
Those condittion bring focus in the Text Box Of Third Loaded form.
Regards
I tried one solution and worked well..
1.MAIN FORM on Tab_Click set >> Me.ChildName.Se tfocus
2.Second Form - On Load set >> Me.ChildName.Se tfocus
3.Third Form - On Load set >> Me.TextName.Set focus
ChildName and TextName bring what Yours are.
and Tab Name As Yours
Those condittion bring focus in the Text Box Of Third Loaded form.
Regards
Originally posted by Scott Price
Comment