A
astro
I have the following code:
If cboLocation.ListCount > 1 Then
Me.cboLocation.SetFocus
Me.cboLocation.ListIndex = 1
End If
which generates the "using listindex property incorrectly" error message.
- combo box is enabled
- error occurs on listindex line
- this should work but doesnt'
any ideas?
Thanks
If cboLocation.ListCount > 1 Then
Me.cboLocation.SetFocus
Me.cboLocation.ListIndex = 1
End If
which generates the "using listindex property incorrectly" error message.
- combo box is enabled
- error occurs on listindex line
- this should work but doesnt'
any ideas?
Thanks