I currently have a series of fields in a subform set. Once the user fills out ll of the info, they can add another subform set by clicking a button.
Is there a way to copy the fields from one row in that subform set to a list somewhere else on the form? Keeping in mind that if they add another set the new row would have to be added to the list.
Example:
I want to copy the Element, Specs and Vendor from the Element Details section to What are the Deliverables section. The list doesn't necessarily have to be in a table if it's easier to do it another way.