Technyc2003
IS-IT--Management
I'm working on a database to keep track of courses our employees take at the job. I'm not sure how to setup my relationships based on the tables listed below. The database is going to look similiar to those of a purchase order type. There will be basic info regarding the student and then there will be a subform which will allow the data entry person to choose courses that employees are taking and apply it to their record. If you can help with this, it will be greatly appreciated. (Please note that the Courses table already has a list of all the courses in it and their Course ID value). I want the subform to look like this:
CourseID (Combo Box) once chosen it will fill in the information of the Course title, NoCredits, Instructor, Section, Completed. Afterwards I would like to save all the chosen data into a history table that shows all the courses that each student has taken. Thank you.
tblStudent
==========
StudentID (PK)
LastName
FirstName
HomeAddress
Etc..
tblCourses
==========
CourseID (PK)
Titles
Description
NoCredits
Instructor
Section
CourseCompleted (Y/N)
tblAgency
=========
ProgramID (PK)
AgencyName
AgencyType
CourseID (Combo Box) once chosen it will fill in the information of the Course title, NoCredits, Instructor, Section, Completed. Afterwards I would like to save all the chosen data into a history table that shows all the courses that each student has taken. Thank you.
tblStudent
==========
StudentID (PK)
LastName
FirstName
HomeAddress
Etc..
tblCourses
==========
CourseID (PK)
Titles
Description
NoCredits
Instructor
Section
CourseCompleted (Y/N)
tblAgency
=========
ProgramID (PK)
AgencyName
AgencyType