Anyone know how this is done,
I have a text box containing a various value for example "ID" may be one in a column, I want to highlight in the next column if is in a list of comma delimited initials by changing the background colour to red. - the list looks like ID,DB,VG,FR,DA
below does not work -
= IIf(Fields!owner.Value like "*" + Fields!Dist_List.Value + "*" ,"Red", "Transparent")
Any help very much appreciated