I have a base to keep track of the FESTIVAL PARTICIPATION of each of our FILMS.
In table 1, I record the participation of each FILM on different festivals (which I pull from a FESTIVAL DB in table 2). This means that on table 1, on the first field {FILMS} film1, film2, film3 are recurrent values, appearing in as many records, as festivals where they get invited.
In table 1, I include a text field named {SOCIAL MEDIA} where I include the film’s social media related profiles and hashtags. I do that on the first occurrence of each film on a record.
MY PROBLEM:
I can’t figure out a way to either LOOKUP, ROLLUP, or find a FORMULA to reproduce the info I entered in {SOCIAL MEDIA} for a particular FILM X in a record to another record in the same table where FILM X appears.
In my mind is like making an intra-table “related field” but I cannot figure out how to do it.!
I made the image below to better explain what I need, in case I did not expressed myself clearly.