• Conditional Characters (97)

    Author
    Topic
    #368256

    In furtherance of the question in my earlier post # 106447 where we discussed conditional characters… how can i now modify this statement to reflect that in the case where the title=”Member”, leave the title field blank and do not display the previous comma?
    This is how it currently looks…

    =Trim([FNAME] & ” ” & [LNAME] & IIf(IsNull([CRD])=True,””,”, “) & [CRD] & IIf(IsNull([Title])=True,””,”, “) & [TITLE])

    Thanks : )

    Viewing 1 reply thread
    Author
    Replies
    • #576502

      use:
      =Trim([FNAME] & ” ” & [LNAME] & IIf(IsNull([CRD])=True,””,”, “) & [CRD] & IIf(IsNull([Title])=True OR [Title] = “Member”,””,”, ” & [TITLE]))

    • #576504

      thanks francois… works like a charm…

    Viewing 1 reply thread
    Reply To: Conditional Characters (97)

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

    Your information: