ClareLou80
Registered User.
- Local time
- Today, 17:23
- Joined
- May 30, 2011
- Messages
- 19
I work at a University and I am trying to put together a database that will store details about our students, the classes we provide and the instructors that teach the classes, but I need advice on how to link the tables so I can then run reports that will show a list of who is attending each class (students can attend 0-many classes), details of what classes are available and who teaches which classes (one instructor could teach more than one subject). The tables I have so far are as follows:
1 - Student Table
Student ID (Primary Key)
First name
Last name
Email Address
PE Classes enrolled on
2 - PE class Table
Class ID (Primary Key)
Class Name
Student ID
Instructor ID
Number of classes per term
Location
3 - Instructor Table
Instructor ID (Primary Key)
First Name
Last Name
Email address
Tel Number
Classes taught
I’ve searched the net for support (but I feel like a hamster in a wheel), I’ve tried online tutorials (but need someone real to ask questions to) and speaking to people who know about this stuff (but their time was short or they are in another time zone), but i'm still not getting it and I really want to learn. I have looked on this forum and if I have missed the answer, I apologize, I am new to all this.
Please suggest the best way to link my tables and get the information I need. Or if I am making a complete mess, please tell me and point me in the right direction.
Thanks for taking the time to read my post.
Clare
1 - Student Table
Student ID (Primary Key)
First name
Last name
Email Address
PE Classes enrolled on
2 - PE class Table
Class ID (Primary Key)
Class Name
Student ID
Instructor ID
Number of classes per term
Location
3 - Instructor Table
Instructor ID (Primary Key)
First Name
Last Name
Email address
Tel Number
Classes taught
I’ve searched the net for support (but I feel like a hamster in a wheel), I’ve tried online tutorials (but need someone real to ask questions to) and speaking to people who know about this stuff (but their time was short or they are in another time zone), but i'm still not getting it and I really want to learn. I have looked on this forum and if I have missed the answer, I apologize, I am new to all this.
Please suggest the best way to link my tables and get the information I need. Or if I am making a complete mess, please tell me and point me in the right direction.
Thanks for taking the time to read my post.
Clare