Hi All,
I'm trying to create a roll book database, I think I have the data structure okay, but I'm having trouble creating the "2d table" layout form. The problem is that the headings aren't fields but data from other records.
What I want to display is
The relevant info from the tables is
I don't really want to go with the option of fields called Class1, Class2 etc as courses are of different lenghts
Any pointers in the right direction would be appreciated, it's difficult to Google for something like this!
Thanks in advance,
Karl
I'm trying to create a roll book database, I think I have the data structure okay, but I'm having trouble creating the "2d table" layout form. The problem is that the headings aren't fields but data from other records.
What I want to display is
Code:
1-6-11 8-6-11 15-6-11 ......
Student1 1 0 1
Student2 1 1 1
etc
Code:
tbl_students --- tbl_attendance --- tbl_class_instance
Name etc | link stud_id / link_class_id | date / location /etc
I don't really want to go with the option of fields called Class1, Class2 etc as courses are of different lenghts
Any pointers in the right direction would be appreciated, it's difficult to Google for something like this!
Thanks in advance,
Karl