Hello!
I've got a client who currently has a table in place to select students to go on field trips. When first discussing the functionality, they wanted to be able to select multiple entire classes, so the table now accepts variable numbers of rows, and displays one class per row.
The client has now stipulated that they would like an entire listing of all the students from the rows of selected classes to appear in a table on the same form to review which students will or will not go on the trip. This is easy to do with the first row, but we can only see one class worth of students at a time. Is it possible to append the results of all the class lookups into one table?
I've included an image of the general layout they'd like to achieve. Each Course + Section would be a lookup, that would populate the Students table, ideally appended one after another.
And while on the subject, secondary bonus question: Is it possible to do dynamic lookups with tables of variable rows? As in, one lookup for each row, and an indeterminate number of rows.
Thanks in advance!