chobo321321
Registered User.
- Local time
- Today, 08:23
- Joined
- Dec 19, 2004
- Messages
- 53
I'm not sure what this kinda of table setup is called, or if even has a name. I Have four tables:
tblEmployees
tblSalesPerson
tblRepairman
tblCustomers
Each of these tables has common fields such as:
Name (first/Last)
Address
Phone#
etc...
Should I make a table separate table that contains the common fields among all four tables (tblPerson)? If I would make a tblperson, and give it a primary key like "personID(autonumber)" would that become the foreign key in the other tables? I'm kinda of confused on how to make the relationship between the common table with the other ones. Sorry if this question doesn't make much sense, I'm not too handy with access.
Thanks in advance.
tblEmployees
tblSalesPerson
tblRepairman
tblCustomers
Each of these tables has common fields such as:
Name (first/Last)
Address
Phone#
etc...
Should I make a table separate table that contains the common fields among all four tables (tblPerson)? If I would make a tblperson, and give it a primary key like "personID(autonumber)" would that become the foreign key in the other tables? I'm kinda of confused on how to make the relationship between the common table with the other ones. Sorry if this question doesn't make much sense, I'm not too handy with access.
Thanks in advance.