Hey,
I need to design a database for an assignment and I am having a bit of trouble with the whole entity relationship thing, and actually converting that setup to Access.
Basically, I am basing it around the Jujitsu club I attend at the moment. But after using my own knowledge and getting some help from my teacher (who does not really know what she is talking about), I need some of your help before I break my monitor in frustration.
There are about thirty students at the club, two instructors, and there are two classes (juniors and seniors).
I have four tables...
PK = Primary Key
FK = Foreign Key
tblStudent(StudentID (PK), StudentFirstName, StudentSurname, StudentAddress1, StudentAddress2, StudentAddress3, StudentPostCode, StudentPhoneNumber, StudentClass, StudentGrade)
tblInstructor(InstructorID (PK), InstructorFirstName, InstructorSurname, InstructorAddress1, InstructorAddress2, InstructorAddress3, InstructorPostCode, InstructorPhoneNumber, InstructorMobileNumber, InstructorGrade)
tblRegister(RegisterID (PK), StudentID (FK), ClassID (FK), StudentPresent)
tblClass(ClassID (PK), InstructorID (FK), DateOfClass, TimeOfClass, DurationOfClass, ClassType, CostOfClass)
The entity relationship diagram is meant to look something like this (I think?)..., but Access will not let me build it. I am at the stage now that I am just so confused with what is going on.
So basically, I would like someone to give me some advice/help me structure the tables and entity relationship diagram. If you need any more information just ask!
Cheers.
I need to design a database for an assignment and I am having a bit of trouble with the whole entity relationship thing, and actually converting that setup to Access.
Basically, I am basing it around the Jujitsu club I attend at the moment. But after using my own knowledge and getting some help from my teacher (who does not really know what she is talking about), I need some of your help before I break my monitor in frustration.
There are about thirty students at the club, two instructors, and there are two classes (juniors and seniors).
I have four tables...
PK = Primary Key
FK = Foreign Key
tblStudent(StudentID (PK), StudentFirstName, StudentSurname, StudentAddress1, StudentAddress2, StudentAddress3, StudentPostCode, StudentPhoneNumber, StudentClass, StudentGrade)
tblInstructor(InstructorID (PK), InstructorFirstName, InstructorSurname, InstructorAddress1, InstructorAddress2, InstructorAddress3, InstructorPostCode, InstructorPhoneNumber, InstructorMobileNumber, InstructorGrade)
tblRegister(RegisterID (PK), StudentID (FK), ClassID (FK), StudentPresent)
tblClass(ClassID (PK), InstructorID (FK), DateOfClass, TimeOfClass, DurationOfClass, ClassType, CostOfClass)
The entity relationship diagram is meant to look something like this (I think?)..., but Access will not let me build it. I am at the stage now that I am just so confused with what is going on.

So basically, I would like someone to give me some advice/help me structure the tables and entity relationship diagram. If you need any more information just ask!
Cheers.