Good morning,
I have a report that tracks weekly inventory for vendors. The report is pulling from qryWeeklyInventory. The fields in the query are Vendor, Day, and AmtOnHand. I have the report grouped by Vendor, and have a conditional format to color code the Vendor field blue for amounts over 35. The rule I have created is "Expression is ([AmtOnHand])>=35" (quotation marks are not part of the equation, just to hightlight what the expression is). This works fine for the first Vendor that has 35 on hand, but doesn't pass it on to the next Vendor. I have moved the Vendor box out of the Vendor group header and into the detail section as a test, and it then passes the rule on to the other vendors. It looks as if the conditional formatting isn't passing on to the next group. How would I go about fixing this?