• Conditional Formatting

    Author
    Topic
    #462852

    Hi

    I’m using conditional formatting on a report.
    One of the fields: [Why] contains a phrase e.g “Rework:Wheel Damaged” or “Rework:Door dented”.
    Using ” Expression Is “, what would be the syntax to highlite on the report where the phrase contains “Rework” ?

    Viewing 0 reply threads
    Author
    Replies
    • #1179377

      If Rework is always the first word you can use:
      Left([Why],6)=”Rework”

      If Rework is anywhere within [Why]
      [Why] Like “*” & “Rework” & “*”

    Viewing 0 reply threads
    Reply To: Conditional Formatting

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

    Your information: