Hi, I am working on creating a form which has a sub-form that can be
repeated as many times as the user wants to. There is an ‘Add’ button
which creates an instance of the sub-form on the form, when clicked.On
the sub-form I have 5 numeric fields say a1-a5 and 1 field say b1 which
is the sum of all these 5 fields.On the Main form I have a 2 fields -
say t1 and f1. The requirement is t1=f1+b1+(sub-form instance 2’s
b1)+(sub-form instance 3’s b1)+ and so on …depending on as many sub-form
instances...