C
Clare
I have been working on a course consultants database for a while and I can't seem to get my head round the relationships and so need an 'outside' opinion.
One table contains the course consultants information - department, faculty, email, phone number
Another table contains the course information, programe, level, course tutor, course tutor details, whether it's running...
A third table is a junction table between the two, one course can have more than one course consultant and one staff member can be a course consultant for more than one course, this table links the two and also contains yes/no fields for the years so I can record the term of appointment for each individual consultant for each individual course.
I have two forms, one to enter a new consultant, one to enter a new course, now how do I get both of those together to specify who is the consultant for which course. I will need to create two reports, one listing all the courses and the respective consultant, another grouped by consultant listing how many courses they are consultant on.
Have I got my relationship right using the junction table? Now I need a form to specify which consultant is on which course. I think I'm going round and round in circles and so any help would be greatly appreciated.
One table contains the course consultants information - department, faculty, email, phone number
Another table contains the course information, programe, level, course tutor, course tutor details, whether it's running...
A third table is a junction table between the two, one course can have more than one course consultant and one staff member can be a course consultant for more than one course, this table links the two and also contains yes/no fields for the years so I can record the term of appointment for each individual consultant for each individual course.
I have two forms, one to enter a new consultant, one to enter a new course, now how do I get both of those together to specify who is the consultant for which course. I will need to create two reports, one listing all the courses and the respective consultant, another grouped by consultant listing how many courses they are consultant on.
Have I got my relationship right using the junction table? Now I need a form to specify which consultant is on which course. I think I'm going round and round in circles and so any help would be greatly appreciated.