hi mark,
If the problem is that you are getting all the subejects for all the students and not just for peter try this, in the data query run a query that filters out just for that particular student. You do this on the OnCalcFields Event of the query that you are using in the Master data band.
Hope this helps and you understand it, It is what I had to do to get a simular thing I was working on to work correctly in the subreport.
Comments
If the problem is that you are getting all the subejects for all the students and not just for peter try this, in the data query run a query that filters out just for that particular student. You do this on the OnCalcFields Event of the query that you are using in the Master data band.
Hope this helps and you understand it, It is what I had to do to get a simular thing I was working on to work correctly in the subreport.
let me know if you need clarifications
Rod