I’m creating a list of property. Each item has one or more owners pulled from a separate table.
I need to be able to add multiple owners for each property and assign a percentage of ownership.
Eg.
Property A is 100% owned by Bob
(owner is pulled from another table but percentage is specific to this record)
Property B is 50% owned by Bob and 50% owned by Jim.
Any ideas?


