Y
yamefui
Hello, my issue is trying to obtain one to many relationships for the
following tables. I have listed just a few of the fields (minus the naming
conventions) for each proposed table. I believe I made the proper decision in
separating the tables this way as to avoid data duplication if I had only
used one main table.
The difference is that the contacts/individuals in table 1 will almost
always have 3-4 (or more!) different addresses (business, home, alternate,
mailing) and phone numbers (cell, home, business, alternate, fax, etc.)
instead of just one.
What method can I use to create one-to-many relationships between table 1
and tables 2 and 3? If I create the Autonumber field ContactID and name it as
the Primary key in each table, for example, and develop relationships in the
Relationship window, I can only get one-to-one connections which I don't
want.
I'm a bit confused on the primary-foreign key concept, even after
reading/using help. Suggestions are very welcome. Thank you.
Fields in table 1 (tblContactInformation):
FirstName
MiddleName
LastName
Company
Website
Title
BusinessCategory
Fields in table 2 (tblAddressInformation):
StreetAddress
City
State
ZipCode
Fields in table 3 (tblPhoneInformation):
BusinessPhone
MobilePhone
CellPhone
Fax
following tables. I have listed just a few of the fields (minus the naming
conventions) for each proposed table. I believe I made the proper decision in
separating the tables this way as to avoid data duplication if I had only
used one main table.
The difference is that the contacts/individuals in table 1 will almost
always have 3-4 (or more!) different addresses (business, home, alternate,
mailing) and phone numbers (cell, home, business, alternate, fax, etc.)
instead of just one.
What method can I use to create one-to-many relationships between table 1
and tables 2 and 3? If I create the Autonumber field ContactID and name it as
the Primary key in each table, for example, and develop relationships in the
Relationship window, I can only get one-to-one connections which I don't
want.
I'm a bit confused on the primary-foreign key concept, even after
reading/using help. Suggestions are very welcome. Thank you.
Fields in table 1 (tblContactInformation):
FirstName
MiddleName
LastName
Company
Website
Title
BusinessCategory
Fields in table 2 (tblAddressInformation):
StreetAddress
City
State
ZipCode
Fields in table 3 (tblPhoneInformation):
BusinessPhone
MobilePhone
CellPhone
Fax