Chris Lynch
Registered User.
- Local time
- Today, 21:57
- Joined
- Apr 14, 2005
- Messages
- 39
I have a database with three link tables. Student, Class and Attendance tables. the student holds studentnames and id(primary key) the class hold classnames and id(primary key). the attendance is then used to recieve data from a vb program. The attendance table holds, student id(foreign number), class id(foreign number), time/date and whether or not the atudent has attended class.
So in my student table i can expand any student and look at their records. is it possible to only put this data in a report?
So in my student table i can expand any student and look at their records. is it possible to only put this data in a report?