Label Flash is Balance = Zero

  • Thread starter Thread starter Dave Elliott
  • Start date Start date
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
 
Back
Top