I have a form with a hidden subform containing first and last name
fields ("Main.Individual.Applicant.AppName.FirstName" and
"Main.Individual.Applicant.AppName.LastName"). The binding tab on the
subform (called Individual) is set to repeat subform for eatch data
item, Min count 0 and Max count 4.I have a numeric field (ApplicantNum)
in a separate subform
(Main.BorrowerType.IndividualApplicant.ApplicantNum) that contains the
following script (on exit) to generate the correct number of instances
o...