J
JK
Any idea why this doesn't work? Maybe there is another way?
After a user selects a tab, I want to have the application auto-select the
first item in the list box. It works on the form load event but that's just
the first tab.
Private Sub pgMiscReports2_Click()
' auto-select the first item in the list box
Me!lstReports2.Selected(0) = True
Me.cmdOpenReports2.SetFocus
End Sub
Any help would be appreciated.
Thx,
Jason
After a user selects a tab, I want to have the application auto-select the
first item in the list box. It works on the form load event but that's just
the first tab.
Private Sub pgMiscReports2_Click()
' auto-select the first item in the list box
Me!lstReports2.Selected(0) = True
Me.cmdOpenReports2.SetFocus
End Sub
Any help would be appreciated.
Thx,
Jason