Ey up all,
I am developing a database that will hopefully track students enrolled onto various IT courses. Each student who is enrolled onto an IT course is require to have a review once a month. The review consists of different questions depending on what course they are enrolled onto and tracking of what modules they have completed etc. This means that every course is different! This is where my problem lays!
On my database I have various tables.
1. Student ID & Contact Details
2. Course Details (Course code, length of course, enrolment date etc).
3. Course tracking (different tables for different course i.e. MOUS Tracking Table, ECDL Tracking Table, CLAIT + Tracking Table etc. 7 Tracking Tables in all!)
4. End of course review (Again depending on the course different tables)
What I want to do (and so far have been unable to do) is link the various tracking tables to the course details table.
i.e. if in table [Course Details] there was a field named course, and I wrote in MOUS, this record would then relate to the MOUS Tracking Table. And then if I entered another learner’s details apart from this learner was enrolled onto the course ECDL, it would automatically relate itself to the ECDL Tracking table. etc.
Is this possible? Or is there easier ways to do this? Or best of all, how do I do this?
Thanks a lot, even if all you do is read this! Please help if you can!
Regards,
Robert Canavan
I am developing a database that will hopefully track students enrolled onto various IT courses. Each student who is enrolled onto an IT course is require to have a review once a month. The review consists of different questions depending on what course they are enrolled onto and tracking of what modules they have completed etc. This means that every course is different! This is where my problem lays!
On my database I have various tables.
1. Student ID & Contact Details
2. Course Details (Course code, length of course, enrolment date etc).
3. Course tracking (different tables for different course i.e. MOUS Tracking Table, ECDL Tracking Table, CLAIT + Tracking Table etc. 7 Tracking Tables in all!)
4. End of course review (Again depending on the course different tables)
What I want to do (and so far have been unable to do) is link the various tracking tables to the course details table.
i.e. if in table [Course Details] there was a field named course, and I wrote in MOUS, this record would then relate to the MOUS Tracking Table. And then if I entered another learner’s details apart from this learner was enrolled onto the course ECDL, it would automatically relate itself to the ECDL Tracking table. etc.
Is this possible? Or is there easier ways to do this? Or best of all, how do I do this?
Thanks a lot, even if all you do is read this! Please help if you can!
Regards,
Robert Canavan