Hi ,
I have played around with this expression that displays two fields in the one column, but I cant seem to get it to work for 3 fields.
=Fields!Addr1.Value & IIF(IsNothing(Fields!Addr2.Value),"",VbCRLF & Fields!Addr2.Value)
Can someone help get this frustrating expression to work?
Thanks