I am trying to use Airtable as a resource to build concert programs for a music organization. I have one table (called Compositions) that contains what will be a very large list of compositions, and each composition may have anywhere from 0 to 6 movements. The movements are currently input as text fields. I have another table called Program Builder where I will be selecting from those compositions and the movements contained therein.
I have successfully linked the Program Builder table to look up compositions from the Compositions table. However, for any given program that I'm building I would like to be able to select specific movements of that composition, but not necessarily select all of them.
For example, I have the composition Cello Suite No. 3 in C Major, BWV 1009 which has six movements:
- I. Prelude
- II. Allemande
- III. Courante
- IV. Sarabande
- V. Bourrée I / II
- VI. Gigue
So for example, when I'm using my Program Builder, I can select Cello Suite No. 3 in C Major, BWV 1009, and once that is selected I would ideally like to have a field called Movement(s) which would be a drop-down menu that is populated by the six movements associated with that composition, and I could select the appropriate one(s).
Is that possible? Any guidance would be greatly appreciated