Conditional Formatting in a report, problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to BOLD a row in a report based on the value of one field in the
record. The field is Group_Order.

In the design view I selected all the fields in the report. I then selected
FORMAT then Conditional Formatting. I selected "Expression is" and typed in
Group_Order=1 and selected BOLD

When the report runs it DOES Bold when the Group_Order=1 BUT it only BOLD's
two of the fields in the row. They happen to hold numbers (data type is
NUMBER) all the other fields do not BOLD, they are data type TEXT.

WHY isn't the entire line in the report bolding when the condition is met?????

HELP

BTW, I'm not a VB programmer.
 
I just tested this with both numeric and text fields bound to text boxes.
Both the numbers and the text changed format based on the condition that I
entered. Consider going back to the individual controls and confirming the
Conditional Formatting.
 
Back
Top