conneticat
Programmer
thread702-838396
OK, it took me three years to answer this one. Just kidding...I was looking for an answer to this question, and came up with a simpleton answer. Create two or three or fifty unbound text boxes all the same size, make the text for each one a different color and the background transparent, and layer them exactly one on top of the other. Write nifty little iif statements for each one, like =IIf(([Priority]="RED"),[YourField],Null) for the textbox formatted red, and =IIf(([Priority]="GREEN"),[YourField],Null) for the textbox formatted green, and...etc. etc. you get the point. If the conditions are unique, only one of the textboxes will show up, and it will magically be the color you want! If you're really creative, you can even format the text itself with strange fonts like "animals" and have little pictures appear .
OK, it took me three years to answer this one. Just kidding...I was looking for an answer to this question, and came up with a simpleton answer. Create two or three or fifty unbound text boxes all the same size, make the text for each one a different color and the background transparent, and layer them exactly one on top of the other. Write nifty little iif statements for each one, like =IIf(([Priority]="RED"),[YourField],Null) for the textbox formatted red, and =IIf(([Priority]="GREEN"),[YourField],Null) for the textbox formatted green, and...etc. etc. you get the point. If the conditions are unique, only one of the textboxes will show up, and it will magically be the color you want! If you're really creative, you can even format the text itself with strange fonts like "animals" and have little pictures appear .