- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Subform Sets are used with print forms .......when data is merged onto the page a data item will tell the subform set which subform to display. They are not meant for interactive forms. My guess is that due to there being no rule that tells the subform set which subform to display that it is showing all of them in the order that they appear in the hierarchy.
You will have to control the presence of these subforms (outside of the subform set) if you want to hide and show them based on other interactive criteria.
Paul