I am trying to Bold an entry in a report, generated from a query, for a concatenated text field that contains specific test.
The field is called HARDWARE and the values I'm trying to bold contain the term Chassis as the first word.
Conditional Formatting accepts both of these Expressions but does not bold the report entries beginning with "Chassis".
InStr([HARDWARE],"Chassis")
Left([HARDWARE],InStr([HARDWARE],"Chassis"))
Is it not possible to do it this way? Thanks!
The field is called HARDWARE and the values I'm trying to bold contain the term Chassis as the first word.
Conditional Formatting accepts both of these Expressions but does not bold the report entries beginning with "Chassis".
InStr([HARDWARE],"Chassis")
Left([HARDWARE],InStr([HARDWARE],"Chassis"))
Is it not possible to do it this way? Thanks!