mbiro
Programmer
- Nov 20, 2001
- 304
I have a simple table that three fields: StudentNumber, ExamGrade, ExamDate. I want to select a list of StudentNumbers where the student took at least 3 exams within a 5 day period (ExamDate) and had a grade(ExamGrade) of 70 or better on each exam. Make sense? The 5-day period is not predefined. It can be any 5 days in a row where three or more exams were taken and three or more of the exams had at least a grade of 70. This makes my head hurt. Any ideas?