I am writing a student information database with the following tables and am having major trouble setting up the relationships:
Student Demographics ('student ID', last name, first name, etc.)
Family Information ('family ID', female guardian, male guardian, address, city, state, zip, etc.)
Discipline Reports ('auto number', incident type, incident description, date, time, reported by, etc.)
Support Services ('auto number', Social Worker, Special Education, Remedial Reading, Remedial Math, etc.)
One student could have many discipline reports, and the problem I am having is connecting those two tables. I do not understand the process of assigning an appropriate Primary Key and a Foreign Key and establishing a one-to-many relationship. I want to have a form that would find the student by name and then allow you to enter the information about the discipline report.
One family could have many students, and I also need to connect these tables. Do I need to put the Student ID field into the Family table?
Any help is greatly appreciated. Please be explicit in your directions...I'm a newbie.
Thank you!
Student Demographics ('student ID', last name, first name, etc.)
Family Information ('family ID', female guardian, male guardian, address, city, state, zip, etc.)
Discipline Reports ('auto number', incident type, incident description, date, time, reported by, etc.)
Support Services ('auto number', Social Worker, Special Education, Remedial Reading, Remedial Math, etc.)
One student could have many discipline reports, and the problem I am having is connecting those two tables. I do not understand the process of assigning an appropriate Primary Key and a Foreign Key and establishing a one-to-many relationship. I want to have a form that would find the student by name and then allow you to enter the information about the discipline report.
One family could have many students, and I also need to connect these tables. Do I need to put the Student ID field into the Family table?
Any help is greatly appreciated. Please be explicit in your directions...I'm a newbie.
Thank you!