- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
In the two subforms that you don't want printed, add the JavaScript code to the prePrint event;
this.presence = "hidden"
Then in the postPrint event for the same two subforms add the code;
this.presence = "visible"