WestSide2003
Technical User
Hi,
I wanted to see if I could get some opinions on this.
I am designing a db. I have 2 types of companies (Clients and Suppliers) that I am going to be storing information on in the database.
Does it make sense to have two tables like,
tbl_Suppliers and tbl_Clients
OR
1 table called Companies and then have a field in that table called CompanyType where I would record whether the Company was a Supplier or a Client.
Keeping in mind there are slight differences between a supplier and a client as well as some similarities.
Any thoughts?
-WestSide
I wanted to see if I could get some opinions on this.
I am designing a db. I have 2 types of companies (Clients and Suppliers) that I am going to be storing information on in the database.
Does it make sense to have two tables like,
tbl_Suppliers and tbl_Clients
OR
1 table called Companies and then have a field in that table called CompanyType where I would record whether the Company was a Supplier or a Client.
Keeping in mind there are slight differences between a supplier and a client as well as some similarities.
Any thoughts?
-WestSide