Newbies Chris Lincoln Posted January 16, 2005 Newbies Posted January 16, 2005 I am trying to get a database going for a small family-based Christian school. The problem I am running into is this: Everytime I create a student record, I want a record of the family automatically created by last name if one doesn't exist. I've tried making a relationship between the "Last Name" of the Student table and the "Family Name" of the Family table and for the ability of that relationship to create records in the Family able. What else do I need to do? Thanks Chris
Ender Posted January 16, 2005 Posted January 16, 2005 Hi Chris, In my opinion, the best approach is to find for the family first, create the family record if one doesn't exist, and then create the related student. A database should not assume that the last name of the student is necessarily the last name of the family, and it should not use names as primary relational keys.
Recommended Posts
This topic is 7320 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now