J
Joe
Hello All,
I need help trying to figure out why my code is not working. If my
check_amt is less than zero then the forecolor should be Red otherwise black.
However, all my records are red even when the amount is greater then 0. The
Code is on the Form_Open Event.
If Me.CHECK_AMT < 0 Then
Me.CHECK_AMT.ForeColor = 255
Else
Me.CHECK_AMT.ForeColor = 0
End If
I sure its something simple but I just can't get it to work :-(
I need help trying to figure out why my code is not working. If my
check_amt is less than zero then the forecolor should be Red otherwise black.
However, all my records are red even when the amount is greater then 0. The
Code is on the Form_Open Event.
If Me.CHECK_AMT < 0 Then
Me.CHECK_AMT.ForeColor = 255
Else
Me.CHECK_AMT.ForeColor = 0
End If
I sure its something simple but I just can't get it to work :-(