BruceFrey
Registered User.
- Local time
- Today, 18:50
- Joined
- Dec 12, 2002
- Messages
- 20
Hello
I would like to have a query look for a field value of ABS in a text field called Code1 and then only give me the count of records >13 per student.
This is a student database and this is the count of their absences. My table is names tblAttendance
I have been successful in getting a plain totaling function of count to work and looking for only values that equal "ABS" but can't seem to get a criteria of > 13 to work. I have experimented with DCOUNT but don't seem to be getting anywhere because of my limited knowledge. I don't know SQL but perhaps this is where I begin.
Any help in structuring this would be greatly appreciated.
I would like to have a query look for a field value of ABS in a text field called Code1 and then only give me the count of records >13 per student.
This is a student database and this is the count of their absences. My table is names tblAttendance
I have been successful in getting a plain totaling function of count to work and looking for only values that equal "ABS" but can't seem to get a criteria of > 13 to work. I have experimented with DCOUNT but don't seem to be getting anywhere because of my limited knowledge. I don't know SQL but perhaps this is where I begin.
Any help in structuring this would be greatly appreciated.