- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Yes, for the "save" issue now that I see the form, I would try Kevin Mortimer's suggestion. The binding is "automatic" for all the subforms[0..23], meaning we will use the name of the object to merge the data with. Like names are significant, where as unique names are not.
When you reload the form, and no data exists for section 4a, but it does in 4b, we will match the 1st instance of 'Subform', and it appears that Subform[22] is a copy of Subform[23], meaning 4a gets the data.
You can avoid this by using a DataConnection (schema), or make sure names are unique in the heirarchy and the data structure matches appropriately.
Which subform did you notice the page jumping from?
KJ
Views
Replies
0 Likes
Total Likes