Hello all,
I have 9 tables. tblCompany is the "one" and all others are the "many". There can be instances that as you update the customer information they could have 2 or more contacts, protocols, datasets, etc. What is the best way to design a form to make it easy to input data, without confusing the data entry person and me? The PK in tblCompany is CompanyID (auto-numbered), and all other tables have the same PK with the one-to-many relationship pointing to tblCompany. I have it set up where we would enter all company data first, e.g. Name, address, etc. Then all other tables have forms that have a pull down menu that accesses the Company Name of tblCompany. This (hopefully) guarantees the information will belong to the company in the pull-down menu. My problem is what do I do when there are several contacts, etc for the same company? I hope this makes sense. I've re-written it several times. Let me know if I need to be more specific.
Thank you.
I have 9 tables. tblCompany is the "one" and all others are the "many". There can be instances that as you update the customer information they could have 2 or more contacts, protocols, datasets, etc. What is the best way to design a form to make it easy to input data, without confusing the data entry person and me? The PK in tblCompany is CompanyID (auto-numbered), and all other tables have the same PK with the one-to-many relationship pointing to tblCompany. I have it set up where we would enter all company data first, e.g. Name, address, etc. Then all other tables have forms that have a pull down menu that accesses the Company Name of tblCompany. This (hopefully) guarantees the information will belong to the company in the pull-down menu. My problem is what do I do when there are several contacts, etc for the same company? I hope this makes sense. I've re-written it several times. Let me know if I need to be more specific.
Thank you.