How to use parallel flowed subforms begining at the same position in my form.
Ex
| Subform1 | Subform2 | Subform3 |
|---|
| DropDownList1 | DropDownList1 | DropDownList1 |
I would like to repeat with a button the 3 subforms in parallel
| Subform1 | Subform2 | Subform3 |
|---|
| DropDownList1 | DropDownList1 | DropDownList1 |
| Subform1 | Subform2 | Subform3 |
|---|
| DropDownList1 | DropDownList1 | DropDownList1 |