continuous forms question
Hello all, I hope the day is going well for everyone.
I am currently working with continous form, and I have a question about making conditional presentations for each record on the form. For example, let's say each record on the form has a "score" field which is an integer between 0 and 100. If, for that record, the score is below 60, I would like the color of that text field to be red for that record. Any other records with a score of 60 or above would keep the default color.
I am decent with VBA, and I have been playing around with the OnLoad event, but that I can't that to work yet.
Anyways, thanks for the help. Have a good one.
|