Hi Russell,
Thanks for clarifying. If I am not mistaken, that would require me to manually maintain a list of ‘People.’
In my current workflow, I simply create “new linked tables” from the columns you have listed as “Founders” and “Investors” in the Company table. This allows founder and investor entries to automatically populate (in the primary columns of their respective tables) upon company insertion. If this is achievable with either of your design proposals, please let me know.
I think it is - if you write the name into the linked field - (and if it is already there simply select it) then that should work … it does require you not to duplicate which is good practice any way
If it is done by forms you may need to do something to ensure that the name field in people is unique.
I can imagine a periodic dedupe of data may be needed.
Ultimately it is a choice if you want to capture a field of people that can play different roles - so seeing people as an entity / object in the data base or seeing the separation of founder and investor where the data about a person may be duplicated and therefore inconsistent.
It depends on current and future use of the base.
Best of luck