G
Graham
Access 2002
It is such a long time since I had to create reports and despite searching
this Group and a lot of trial and error I just have not got a start.
My requirement is to generate a report with one line for each ProgramName
and to display the ProgramName, Count of the number of times the Program has
been run (within a date window) and Count of the total number of enrolments
for the ProgramName. I have already setup a front end form to provide the
date selection and then open the report.
Database structue (abbreviated) is
tProgram
ProgramID
ProgNameID
StartDate
EndDate
tProgName
ProgNameID
ProgramName
tEnrolments
EnrolmentID
ProgramID
It is such a long time since I had to create reports and despite searching
this Group and a lot of trial and error I just have not got a start.
My requirement is to generate a report with one line for each ProgramName
and to display the ProgramName, Count of the number of times the Program has
been run (within a date window) and Count of the total number of enrolments
for the ProgramName. I have already setup a front end form to provide the
date selection and then open the report.
Database structue (abbreviated) is
tProgram
ProgramID
ProgNameID
StartDate
EndDate
tProgName
ProgNameID
ProgramName
tEnrolments
EnrolmentID
ProgramID