A
Amer
I have a training database with four tables:
1. Trainees
2. Training Programs
3. Tests
4. Attendance
I need to create a report that summarizes both attendance rate and test
results for trainees.
The report should look something like:
TraineeID TrainingID NoOfAbsentDays NoOfPresentDays
NoOfTrainingDays AverageAttendanceRate TestID TestResult
Of course, all the above headings should be in one line.
I need to learn how to create such a report taking into account that for the
attendance table, it has the following structure:
- TraineeID
- TrainingID
- Date
- Status (combo box listing: Present; Absent)
Thanks for the help.
1. Trainees
2. Training Programs
3. Tests
4. Attendance
I need to create a report that summarizes both attendance rate and test
results for trainees.
The report should look something like:
TraineeID TrainingID NoOfAbsentDays NoOfPresentDays
NoOfTrainingDays AverageAttendanceRate TestID TestResult
Of course, all the above headings should be in one line.
I need to learn how to create such a report taking into account that for the
attendance table, it has the following structure:
- TraineeID
- TrainingID
- Date
- Status (combo box listing: Present; Absent)
Thanks for the help.