I am using Access 2013 in Windows 8
I have a Student table that holds all students with their contact and personal information. Each student has a primary key auto number.
I have students that have relationships with other students that I want to track.
I do not care about tracking non student relationships (ie; I don't care who a 14 year old student's mother is unless she also takes a class.)
If father, mother, 2 sons, 1 daughter, and a friend of the family take a class, I want to see these connections.
I want to see these connections when:
I view a student's record.
or
Put together a mailing list. (same address or not)
I am not sure the best way to set this up.
I was thinking about making a Relationship table with:
Student Id (from the Student table)
Relationship (e.g. Spouse, Siblings, Significant other, Friends)
Student Id (from the Student table)
If this is the best route to take....
Would I
John - spouse - Jenny
Jenny - spouse - John
Jenny - parent - Bill
Bill - child - Jenny
Bill - child - John
John - parent - Bill
even though that would duplicate the same information.
If I only entered John - spouse - Jenny
Jenny's relationship to John wouldn't show up when I use the first field to retrieve info. I am not sure how else to retrieve the info unless I can always use the first field when referring to a specific student.
Any thoughts on this?
Thanks :D
I have a Student table that holds all students with their contact and personal information. Each student has a primary key auto number.
I have students that have relationships with other students that I want to track.
I do not care about tracking non student relationships (ie; I don't care who a 14 year old student's mother is unless she also takes a class.)
If father, mother, 2 sons, 1 daughter, and a friend of the family take a class, I want to see these connections.
I want to see these connections when:
I view a student's record.
or
Put together a mailing list. (same address or not)
I am not sure the best way to set this up.
I was thinking about making a Relationship table with:
Student Id (from the Student table)
Relationship (e.g. Spouse, Siblings, Significant other, Friends)
Student Id (from the Student table)
If this is the best route to take....
Would I
John - spouse - Jenny
Jenny - spouse - John
Jenny - parent - Bill
Bill - child - Jenny
Bill - child - John
John - parent - Bill
even though that would duplicate the same information.
If I only entered John - spouse - Jenny
Jenny's relationship to John wouldn't show up when I use the first field to retrieve info. I am not sure how else to retrieve the info unless I can always use the first field when referring to a specific student.
Any thoughts on this?
Thanks :D
Comment