Hi,
The database Iโm creating will contain clients that are either an individual or a company. Most of the fields between these two โclientsโ will be the same. However when creating an individual the individual will have a โfirst nameโ and โsurnameโ field, whereas the company will just have a โcompany nameโ field. Also when selecting an individual the user should be able to select what type of individual this is from a drop down list, and with the company they should be able to input the business number.
Is it better to have one โclientโ table and have another table which links to this to say whether it is an individual or company? Or is it better to have two different tables? If I did decide to have one table, do I just lock or unlock different fields depending on whether the user is adding an individual or company? Also would I just use the โfirst nameโ field to hold the company name?
Hope this makes sense!
Cheers,