I have 2 tables, Students and Attend.
Students consists of a StudentID and StudentName.
Attend has StudentID, AttDate and AttType.
I have set up a query that shows me all students who have an AttType greater than 0. (0=attended, 1=sick, 2=ua, 3=a and 4=holiday).
I want to create a report that shows all dates on one page for each student.
At the moment I can only create a report for each day they are off, so for example I have a report that shows John Smith being sick on the 27/07/03 and then another page that shows him being off sick on the 28/07/03 too.
If anyone can get their head around that I would be thankful for any feedback.
Thanks
Students consists of a StudentID and StudentName.
Attend has StudentID, AttDate and AttType.
I have set up a query that shows me all students who have an AttType greater than 0. (0=attended, 1=sick, 2=ua, 3=a and 4=holiday).
I want to create a report that shows all dates on one page for each student.
At the moment I can only create a report for each day they are off, so for example I have a report that shows John Smith being sick on the 27/07/03 and then another page that shows him being off sick on the 28/07/03 too.
If anyone can get their head around that I would be thankful for any feedback.
Thanks