• concatenating (a2000)

    Author
    Topic
    #405527

    Is there a way to revise the following to eliminate the initial if strTitle is null?

    [strTitle] & (“, “+[strOrgName]) & (“, “+[strOrgDept]) & (“, “+[strOrgOffice])

    E

    Viewing 0 reply threads
    Author
    Replies
    • #833825

      How about

      [strTitle] & (IIf(IsNull([strTitle]),””,”, “)+[strOrgName]) & (“, “+[strOrgDept]) & (“, “+[strOrgOffice])

    Viewing 0 reply threads
    Reply To: concatenating (a2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: