K
Karen
Someone please help me!
I need to design a db for our course department that will
track our course participants and the courses we've done/
when we've done them. Just when I think I've figured out
which tables I need, I think of something else and mess
myself up!
Here are the relationships I've come up with so far:
1) Clients can have many courses.
2) Courses can have many participants.
3) Faculty can conduct many courses.
4) Participants can attend many courses.
So far I have the following tables:
tbl Clients
tbl Participants
tbl SpecificCourse
tbl MasterCourse
tbl Faculty
The difference between Specific Course and Master Course
is that the Master Course table holds info on things like
number of participants per class, materials lists, etc.
while the Specific Course table holds information on (what
else?!) specific information like date held, location, etc.
I need help thinking this out. I'm having a really hard
time! Any help is greatly appreciated!
Thanks!
I need to design a db for our course department that will
track our course participants and the courses we've done/
when we've done them. Just when I think I've figured out
which tables I need, I think of something else and mess
myself up!
Here are the relationships I've come up with so far:
1) Clients can have many courses.
2) Courses can have many participants.
3) Faculty can conduct many courses.
4) Participants can attend many courses.
So far I have the following tables:
tbl Clients
tbl Participants
tbl SpecificCourse
tbl MasterCourse
tbl Faculty
The difference between Specific Course and Master Course
is that the Master Course table holds info on things like
number of participants per class, materials lists, etc.
while the Specific Course table holds information on (what
else?!) specific information like date held, location, etc.
I need help thinking this out. I'm having a really hard
time! Any help is greatly appreciated!
Thanks!