HiI am using the following to change the font color for certain words but it seems to be case sensitive =Replace(Replace(Fields!Report_of_Progress.Value,"cancel", "<span style='color:red;'>cancel</span>") ,"no show", "<span style='color:red;'>no show</span>")I think I have to use Collate but not sure where??ThanksJoe
↧