So I have seen code around here for populating tables with information based on SQL Lookups, but what if we want the second, or third table in a form to have however many options as there are rows in a repeatable table at the top of the form.
In the first table, I can add and add row after row into the table and key in information. now every time I add a row, I want that row name to be added as an option to a dropdown in my second table. This will be used to associate information between two tables in a form I am working on, but I figured I can use all the help I can get in making sure I do this right. I will be testing this out myself and let you know if I have any luck without assistance.