I have a subform where I am displaying records as a continuous form in a detail section.
I'd like to make one field a different color depending on the contents of another field in the same record.
If fld_a = "A" then I'd like fld_b to be red font color. If fld_a is any other value, I'd like fld_b to be black.
On what event and in which form section do I trap this?
Karl
I'd like to make one field a different color depending on the contents of another field in the same record.
If fld_a = "A" then I'd like fld_b to be red font color. If fld_a is any other value, I'd like fld_b to be black.
On what event and in which form section do I trap this?
Karl