H
hansjhamm
I have a good one for y'all. I am designing a database for our church
and here is my question. I have a table called membership and each
person would need to be entered into this table that have joined the
church. But, let's say I have a family, husband, wife and 2 children. I
know I could put all in this one table, but I would have this scenario,
names listed 4 times with address, phone etc...here if not potentially
even more. I know, BAD design!
What I thought may be this way...a table called family with a
autonumber (PK) and then just the last name with all the contact
information. Then separate table or tables for each member of the
family, i.e. table called men, women, children then use the (PK) from
family as a (FK) to relate all this back together in a form or a
report.
Any thoughts on the best way?
Thanks,
Hans
and here is my question. I have a table called membership and each
person would need to be entered into this table that have joined the
church. But, let's say I have a family, husband, wife and 2 children. I
know I could put all in this one table, but I would have this scenario,
names listed 4 times with address, phone etc...here if not potentially
even more. I know, BAD design!
What I thought may be this way...a table called family with a
autonumber (PK) and then just the last name with all the contact
information. Then separate table or tables for each member of the
family, i.e. table called men, women, children then use the (PK) from
family as a (FK) to relate all this back together in a form or a
report.
Any thoughts on the best way?
Thanks,
Hans