G
GaryS
Having trouble referring to more than one column. The first statement below
works, the 2nd gives "error" as a result. Any help would be appreciated.
If Me.InsFactor.Column(2) = 1 Then Me.InsRate = Me.cboTerm.Column(4)
If Me.InsFactor.Column(2) = 2 Then Me.InsRate = Me.cboTerm.Column(4) And
Me.cboTerm.Column(1)
works, the 2nd gives "error" as a result. Any help would be appreciated.
If Me.InsFactor.Column(2) = 1 Then Me.InsRate = Me.cboTerm.Column(4)
If Me.InsFactor.Column(2) = 2 Then Me.InsRate = Me.cboTerm.Column(4) And
Me.cboTerm.Column(1)