S 
		
								
				
				
			
		seeker
I have a list box on a form and have the following code onload for form
Private Sub Form_Load()
Me.lbxNameSearch.SetFocus
End Sub
when the form opens it does not set focus to listbox. The first record is
not hilighted. What is wrong with above code?
				
			Private Sub Form_Load()
Me.lbxNameSearch.SetFocus
End Sub
when the form opens it does not set focus to listbox. The first record is
not hilighted. What is wrong with above code?