I have a report of student's decending reading scores built from a query.
I would like a line to show up that breaks the students up between levels.
For example, there would be one line seperating the students who scored 6 and above from those who scored 4 or 5 and a line seperating those who scored 3 and below.
My report has 3 fields: SequenceID (for numbering), StudentName, DRA2_Score.
I would like a line to show up that breaks the students up between levels.
For example, there would be one line seperating the students who scored 6 and above from those who scored 4 or 5 and a line seperating those who scored 3 and below.
My report has 3 fields: SequenceID (for numbering), StudentName, DRA2_Score.