- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You access each instance of the Groups subform in formcalc by using Groups[0].TextField18, Groups[1].TextField18 etc. (remembering the numbers start at 0 not 1). So to fill your Identify fields you would do a loop with a variable to access each instance and then fill the field with the relevant instance of TextField18.