In this case should I have two separate company tables?
I need to associate some companies with other companies can I do this in the same table?
Here are some scenarios
Company A is our client, but is affiliated with Company B
Company C has a Sister Company that may or may not be our client
Company D sold all or part of their company to Company E
Company F bought all or part of Company G
Typically only one company in the equation will be our client.
How do I set up a table that can reference other companies in the table?
Is it better to have two separate tables: Clients; and Affiliates.
We also contact other companies on behalf of our clients. My thoughts were to have these companies in separate tables as well.
Another factor that is pushing me in the direction of separate tables is that there is different information that needs to be kept for each type of company.
I am having the same difficulty with contacts. Since contacts can be assoicated with a client an affiliate, or another third party company. How do I associate the contact with the right company information if I have separate tables for each company type?
For example in the contacts table there are fields for: Type of Contact, Name, Phone, etc. I need to associate the contact with a company that could be a client, or an affiliate so the company information may be on either table.
I may be over-thinking this, but have not made any headway in figuring out how this would work.
Any help is appreciated.
LAM
I need to associate some companies with other companies can I do this in the same table?
Here are some scenarios
Company A is our client, but is affiliated with Company B
Company C has a Sister Company that may or may not be our client
Company D sold all or part of their company to Company E
Company F bought all or part of Company G
Typically only one company in the equation will be our client.
How do I set up a table that can reference other companies in the table?
Is it better to have two separate tables: Clients; and Affiliates.
We also contact other companies on behalf of our clients. My thoughts were to have these companies in separate tables as well.
Another factor that is pushing me in the direction of separate tables is that there is different information that needs to be kept for each type of company.
I am having the same difficulty with contacts. Since contacts can be assoicated with a client an affiliate, or another third party company. How do I associate the contact with the right company information if I have separate tables for each company type?
For example in the contacts table there are fields for: Type of Contact, Name, Phone, etc. I need to associate the contact with a company that could be a client, or an affiliate so the company information may be on either table.
I may be over-thinking this, but have not made any headway in figuring out how this would work.
Any help is appreciated.
LAM