Hello, Is it prudent to have two tables when building a customer database, one for contacts and one for company names.
I have a customer table which is based on company names and has fields for contacts. However, there may be many contact names for each company. So I'm thinking I should create 2 tables,one where my contacts live and the form would then have a combobox for the company name linked to the customer table.
Or, is it best to stick with one table (as i've got) and have a few more fields showing contact1, contact2 etc
Thanks
I have a customer table which is based on company names and has fields for contacts. However, there may be many contact names for each company. So I'm thinking I should create 2 tables,one where my contacts live and the form would then have a combobox for the company name linked to the customer table.
Or, is it best to stick with one table (as i've got) and have a few more fields showing contact1, contact2 etc
Thanks