Hi,
Here is my problem: I have a table of SONGS. In addition to the song title, there are the Composers, Lyricists and Publishers fields. Each of these three fields are populated through a link to my Contacts Table. Of course, there can have more than one composers, lyricists and publishers for any given song; sometimes only one person taking all these roles. Now, the idea is to assign to each of these shareholders (this is how to call them) their specific percentage (the total, of course, amounting to 100%). These numbers may vary from one record to the other, even when we have the exact same shareholders.
So, is there a way to assign a specific percentage to each of the multiple shareholders for each record? In other words, I’d like to get something like:
Composer 1: 12,5%
Composer 2: 12,5%
Lyricist: 25%
Publisher 1: 25%
Publisher 2: 25%
For example… :slightly_smiling_face:
Thanks!