Stupid problem with combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, Im in a crunch and can't seem to get this to work.

If Not IsNull(Me.cboTerm) Then
If Me.cboTerm.Column(0) = 27 Then
Me.cboSmartProtect.Column(1) = 27

End If
End If

I get run-time error '424' Object required.

What am I doing wrong. This seems so simple. Thanks in advance for any help.
 
Back
Top