W
Wally Steadman
Greetings all,
I hope this finds everyone well. I am creating a contacts Database for
my Church and I was wanting to get some advice on a table structure.
I have a table called Contacts and it contains the following fields
ContactID: Autonumber
LastName: Text
FirstName: Text
BirthDate: Date/Time
Address: Text
Address1: Text
City: Text
State: Text
Phone: Text
AltPhone: Text
Email: Text
Marital Status: Text
Anniversary: Text
Hobbies: Memo
I want to associate the Spouse and Children and was wondering if I should
build a separate table with the following information:
FamContactID Autonumber
ContactID: Number (FK to Contact table)
LastName: Text (In case it is different)
FirstName: Text
BirthDate: Date/Time
Phone: Text
Email: Text
Hobbies: Memo
One of the things we are going to do is create a query that will pull out
each birthday monthly as well as Anniversaries. Not sure if it is better to
create all the entries in the Contact table or build the subtable and then
create a query looking at the common fields in both tables.
Any suggestions would be appreciated.
Thanks
Wally Steadman
I hope this finds everyone well. I am creating a contacts Database for
my Church and I was wanting to get some advice on a table structure.
I have a table called Contacts and it contains the following fields
ContactID: Autonumber
LastName: Text
FirstName: Text
BirthDate: Date/Time
Address: Text
Address1: Text
City: Text
State: Text
Phone: Text
AltPhone: Text
Email: Text
Marital Status: Text
Anniversary: Text
Hobbies: Memo
I want to associate the Spouse and Children and was wondering if I should
build a separate table with the following information:
FamContactID Autonumber
ContactID: Number (FK to Contact table)
LastName: Text (In case it is different)
FirstName: Text
BirthDate: Date/Time
Phone: Text
Email: Text
Hobbies: Memo
One of the things we are going to do is create a query that will pull out
each birthday monthly as well as Anniversaries. Not sure if it is better to
create all the entries in the Contact table or build the subtable and then
create a query looking at the common fields in both tables.
Any suggestions would be appreciated.
Thanks
Wally Steadman