How can one set the background color of a textbox depending on its calculated value?
I guess I should use something like
if textbox.value = "##" then
texbox.background = 5454565
else
texbox.background = 0
but where can I use this. I have 31 textboxes in the report that must in some way be traversed to determin the color of each. I hope someone has an idea I can work on.
I guess I should use something like
if textbox.value = "##" then
texbox.background = 5454565
else
texbox.background = 0
but where can I use this. I have 31 textboxes in the report that must in some way be traversed to determin the color of each. I hope someone has an idea I can work on.