new field: [NEED EWO#]formula 1: [JOB NUMBER2]Then, I need the field to be red
IF([EWO# STATUS]="GET EWO#","<font color=red>" & [field to be colorized], [field to be colorized])
.... but if the field to be colorized is numeric, then you will need to have
IF([EWO# STATUS]="GET EWO#","<font color=red>" & ToText([field to be colorized]), ToText([field to be colorized]))
i------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------