andybuck86
Registered User.
- Local time
- Today, 18:21
- Joined
- Jul 13, 2012
- Messages
- 17
Hi all,
I've hit a brick wall with a database I'm trying to create and would really appreciate some help :banghead:
I am creating a training database that will show information on Students, Courses enrolled in, Units in selected course including some optional and some compulsory units
I have 3 tables...
tblCourses (1 to many relationship with tblCourseUnits)
tblCourseUnits
tblStudents
I need to link everything together so that I can create a course, list all course units related to that course indicating which are optional and which are mandatory and then enrol a student on the course.
Ultimately I want to see a student record, showing which courses they are enrolled on and which units on each course have been completed or remain outstanding.
I would guess I need a new table (tblTrainingDetails) to store each 'training' record.
I'm seriously struggling to work out my next step. Any suggestions?
Many Thanks in advance
I've hit a brick wall with a database I'm trying to create and would really appreciate some help :banghead:
I am creating a training database that will show information on Students, Courses enrolled in, Units in selected course including some optional and some compulsory units
I have 3 tables...
tblCourses (1 to many relationship with tblCourseUnits)
tblCourseUnits
tblStudents
I need to link everything together so that I can create a course, list all course units related to that course indicating which are optional and which are mandatory and then enrol a student on the course.
Ultimately I want to see a student record, showing which courses they are enrolled on and which units on each course have been completed or remain outstanding.
I would guess I need a new table (tblTrainingDetails) to store each 'training' record.
I'm seriously struggling to work out my next step. Any suggestions?
Many Thanks in advance