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.
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.