D
DS
I have this on the On Current of a Subform
but its always making the Forecolor White.
Any Help appreciated.
Thanks
DS
Private Sub Form_Current()
If PaymentAmount > 0 Then
PaymentAmount.ForeColor = vbDarkGrey
Else
PaymentAmount.ForeColor = vbWhite
End If
End Sub
but its always making the Forecolor White.
Any Help appreciated.
Thanks
DS
Private Sub Form_Current()
If PaymentAmount > 0 Then
PaymentAmount.ForeColor = vbDarkGrey
Else
PaymentAmount.ForeColor = vbWhite
End If
End Sub