phool4fool
Registered User.
- Local time
- Tomorrow, 02:36
- Joined
- Dec 10, 2011
- Messages
- 34
If anyone can help me to figure this out it would be great.
Tables: tblStudents, tblSex, tblGrade, tblClass
Student ID - Auto Number
Student Sex - Text (Male or Female)
Student Grade - Text (A, B, C, D, or E)
Student Class - Text (One, Two, Three, Four, Five)
Now I want to get the following:
Students in Each Class: [ Count how many Students are in Each Class ]
Total Student: [ Count of Total Students ]
Male Students: [Count Male Students]
Female Students: [ Count Female Student"
& I want to do a comparison in a Pivot Chart.
like I want to show male & female student's percentage in a specific class.
Tables: tblStudents, tblSex, tblGrade, tblClass
Student ID - Auto Number
Student Sex - Text (Male or Female)
Student Grade - Text (A, B, C, D, or E)
Student Class - Text (One, Two, Three, Four, Five)
Now I want to get the following:
Students in Each Class: [ Count how many Students are in Each Class ]
Total Student: [ Count of Total Students ]
Male Students: [Count Male Students]
Female Students: [ Count Female Student"
& I want to do a comparison in a Pivot Chart.
like I want to show male & female student's percentage in a specific class.