• Hi Geoff5.

    Sorry to bother you again.

    I appreciate your help one more time. I just want to combine several agency codes into one agency name in my report.

    The following expression I write does not work for me. The error code is BC30198.

    =SWITCH

    (

    (Fields!EnrollAgencyCode.Value = "245" or Fields!EnrollAgencyCode.Value = "245A" OR Fields!EnrollAgencyCode.Value = "245B","CLC MANCHESTER"),

    (Fields!EnrollAgencyCode.Value = "250" or Fields!EnrollAgencyCode.Value = "250A" OR Fields!EnrollAgencyCode.Value = "250B","WHCC"),

    (Fields!EnrollAgencyCode.Value = "593" or Fields!EnrollAgencyCode.Value = "593A" OR Fields!EnrollAgencyCode.Value = "593B","PROTEUS RURAL")

    )

    Frank