I am matching 2 combo box indexes
Some of my users are getting a Invalid property value in this procedure, Why?

Code:
If frmMain.cboPitch.ListIndex <> -1 Or frmMain.cboPitch.Text <> "" Then
       Me.cboPitch.ListIndex = frmMain.cboPitch.ListIndex
     End If