Good Morning All,
I have a text box that has concatenated text:
= "Total Number of Claims for BXBS ADjocode: " & (Field!GR_Adjcode.value)
what I'm trying to accomplish is to get the field font color to be RED just the field not the concatenated text
" "Total Number of Claims for BXBS ADjocode: " ===Text Font color Black
=(Field!GR_Adjcode.value) ==== Field font color RED
Read some previous threads but nothing worked for me.
Regards,
Set_Shot