Problem with Tab Control?
A2k (9.0.4402) SR-1
I have the following code in On Click event of a Tab Control (Page Index 0)
When I click on the Tab, focus does not go to Me!cboLookupSequence
Me!cboLookupSequence is in the Form Footer
Private Sub Permit_Information_Click()
Me!cboLookupSequence.SetFocus
End Sub
What am I missing?
Thanks, John Graves