D
Dave Elliott
Tried this code, but with no luck!
Wanted to make label flash if balance was less than zero
With ([Balance]) < 0
.ForeColor = (IIf(.ForeColor = 0, 255, 0))
End With
Wanted to make label flash if balance was less than zero
With ([Balance]) < 0
.ForeColor = (IIf(.ForeColor = 0, 255, 0))
End With