I have a tab control with 3 pages. I am on page 2 of the Tab
Control, and I am trying to set the focus to the 1st combo box on
that page.
I have this so far:
Me.cboMOI2.SetF ocus
but, instead it sets the focus to cboMOI1 which is on page 1 of the
Tab Control.
I also tried
Me.pgStartDate. cboMOI2.SetFocu s
but that didn't work either.
Any ideas on how to solve this issue?
Marcus
******
Comment