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,