In the exit event of the dropdown, in formcalc, put something like:var teams = $.rawValuevar counter = 1while (counter < teams) doSubform2.instanceManager.addInstance()counter = counter + 1endwhilethis assumes you already have 1 version of the subform. If you are starting with none make the while co...