I am trying to create a database that will track company information.
Some of the specifics to be considered:
1. My company has over a hundred subsidiary companies across the globe.
2. Each company has either Officers, Directors, Managers, or any combination of those.
3. An individual that is an Officer, Director, or Manager of one company can also be an Officer, Director or Manager of any number of our other companies.
I am attempting to capture as much information for each company as I can that I can add by form and generate a subsequent report.
So far, I have tables for Company, People & Roles. I thought about creating a table for jurisdictions, but not sure how I would connect one company to several different jurisdiction.
Some of my questions (besides the issue in the previous paragraph:
-Can a form be connected to more than one table?
-Does a report have to contain the same information as the form, or can it be pared down to only contain certain fields?
-After someone helps me figure out this tangled little web, can I come back to beg for help with relationships and queries next?
I appreciate any knowledge that you are willing to share.
Thank you in advance, Angel.