Chris:
I had the same problem. It solved by putting a long "IIf" statement into the print field of the report. I had 15 groups, each with 10 possible lines. The solution was,
"IIf [field1] is not null and [field2] is not null ... and [field100] is not null,"GROUP TITLE", "")
Barry