J
Jean-Paul De Winter
Hi,
Sorry for the difficult way I explain what I need but.... it's the best
I can......
I work in a school for students with character problems.
To evaluate their behaviour a system of points is create, there are a
total of 10 different items.
Things that can go wrong "cost" one or two points: fighting cost 2,
smoking 1...
Every other month the points are summed.
When a techers sees somebody smoking in a forbidden area he gives the
student a "smoke-point"
Every 2 months each student gets a report.
On this report a sum is made for every item.
Say I have this recordset:
Student1 datewith month1 smoking 1
Student1 datewith month2 smoking 1
Student2 datewith month1 fighting 1
Student2 datewith month1 fighting 1
Student2 datewith month1 not comming to school 2
This should give me the report for
Student1
Month 1
Smoking fighting not comming to school
1
Student1
Month 2
Smoking fighting not comming to school
1
Student2
Month 1
Smoking fighting not comming to school
2 2
How to create such a report?
Thanks
JP
Sorry for the difficult way I explain what I need but.... it's the best
I can......
I work in a school for students with character problems.
To evaluate their behaviour a system of points is create, there are a
total of 10 different items.
Things that can go wrong "cost" one or two points: fighting cost 2,
smoking 1...
Every other month the points are summed.
When a techers sees somebody smoking in a forbidden area he gives the
student a "smoke-point"
Every 2 months each student gets a report.
On this report a sum is made for every item.
Say I have this recordset:
Student1 datewith month1 smoking 1
Student1 datewith month2 smoking 1
Student2 datewith month1 fighting 1
Student2 datewith month1 fighting 1
Student2 datewith month1 not comming to school 2
This should give me the report for
Student1
Month 1
Smoking fighting not comming to school
1
Student1
Month 2
Smoking fighting not comming to school
1
Student2
Month 1
Smoking fighting not comming to school
2 2
How to create such a report?
Thanks
JP