mckenneyj
MIS
- Jun 1, 2002
- 96
Need to change the forcolor of a field based on the value
Record3 "AmtPaid" = 200.00
Record6 "AmmtPaid" = 0.00
Record8 "AmtPaid" = -50.00
Forecolor of 3 should be vbGreen
Forecolor of 6 should be vbBlack
Forecolor of 8 should be vbRed
So far all the things I have tried change all records to a specific color based on value of first record.
Thanks,
John McKenney
Work Hard... Play Harder
Record3 "AmtPaid" = 200.00
Record6 "AmmtPaid" = 0.00
Record8 "AmtPaid" = -50.00
Forecolor of 3 should be vbGreen
Forecolor of 6 should be vbBlack
Forecolor of 8 should be vbRed
So far all the things I have tried change all records to a specific color based on value of first record.
Thanks,
John McKenney
Work Hard... Play Harder