You will need to adjust to fit your Control names and Row Source data but this should do the trick...
Private Sub cboSearch_KeyUp(KeyCode As Integer, Shift As Integer)
If Len(Me.cboSearch.Text) >= 2 Then
Me.cboSearch.RowSource = "SELECT epEntityID, ecValue FROM qrySearch WHERE...