B
Brian
can anyone tell me what is wrong with this code. I have something
similar but using the IsNull and it works fine but this does not
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Me!Pay = " '&OVER&'" Then
Me!Pay.BackColor = 12632256
Else
Me!Pay.BackColor = 16777215
End If
End Sub
similar but using the IsNull and it works fine but this does not
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Me!Pay = " '&OVER&'" Then
Me!Pay.BackColor = 12632256
Else
Me!Pay.BackColor = 16777215
End If
End Sub