Sub-Report Problem
i have 2 ADOQuery datasets
ADOQuery1 contains student no. & name
ADOQuery2 contains student no. & student subjectsin the part of subreport, only the related student records will be shown. e.g. when master band shows a student record called 'PETER', the subreport records will only show the records of 'PETER' ONLY.But the result not as we expect, how?we use Sub-Report or Master-detail, which one is better?
Mark
ADOQuery1 contains student no. & name
ADOQuery2 contains student no. & student subjectsin the part of subreport, only the related student records will be shown. e.g. when master band shows a student record called 'PETER', the subreport records will only show the records of 'PETER' ONLY.But the result not as we expect, how?we use Sub-Report or Master-detail, which one is better?
Mark
Comments
query2 needs to be parametrized to use a value from query1.