M
m stroup
I am trying to create a report for prerequisites.
Math400
(PreReq) Math302
(PreReq) Math301
etc.
I have tblCourse with descriptions
I have tblPreq with fields
[PrereqNum](Auto, PK)
[Course](fk from tblCourse)
[PreReq](fk from tblCourse)
I have a report with [Course] in the group header
and PreReq in the detail
I also have a subreport in the detail linking the PreReq to the Course in the
detail (which is Prereq etc.)
Is there a better way to do this. As it stands I would have to put the
subreport in the subreport, having no way of knowing how many to do.
If I am way off the mark and there is a better way to do this, please point
me the way.
Math400
(PreReq) Math302
(PreReq) Math301
etc.
I have tblCourse with descriptions
I have tblPreq with fields
[PrereqNum](Auto, PK)
[Course](fk from tblCourse)
[PreReq](fk from tblCourse)
I have a report with [Course] in the group header
and PreReq in the detail
I also have a subreport in the detail linking the PreReq to the Course in the
detail (which is Prereq etc.)
Is there a better way to do this. As it stands I would have to put the
subreport in the subreport, having no way of knowing how many to do.
If I am way off the mark and there is a better way to do this, please point
me the way.