Hello, Caroline,
First - to make sure I understand the problem... Assume students/grades
and in the following form:
Group Header: Student Name
Details: Grade
Annie
90
95
92
Billy
87
82
89
Charlie
84
72
49 (bad day)
etc.
And you don't want all students?
If that is not the case, ignore the following....
If that is the case:
Wouldn't it be easier to add a filter to the incoming data -
for example: ".... where Student <> 'Charlie'?
This would give the added benefit of giving the report engine a bit less work, and reduce the data that needs to flow from the source through the engine?
Just a thought...
- John