Hello,
I have the following lines of code:
When column(13) becomes -1 in one record i want the combobox sururb of that record to become red but with the above code i get all records red.
Any suggestions what am i doing wrong?
I have the following lines of code:
Code:
If Len(cbo.Column(13)) > 0 Then
If Suburb.Column(13) = -1 Then
Me.Suburb.BackColor = 255
End If
End If
When column(13) becomes -1 in one record i want the combobox sururb of that record to become red but with the above code i get all records red.
Any suggestions what am i doing wrong?