I'm working on a code, with multiple parts. Depending on what the user
selects at the beginning, I only want certain sections to exist. Is
there a way of programming the form such that certain sections will
only exist if another control is checked off? (Also, it is important
that the sections exist/don't exist and are not just hidden and shown).
~Anthony
Greg Collins [InfoPath MVP] - 30 Jun 2006 20:30 GMT
You would, in code, select the section node, and then remove it from the DOM.
If you are not familiar with the process, you'll need to do some research into XML DOM programming.

Signature
Greg Collins [Microsoft MVP]
Visit Brain Trove ( http://www.BrainTrove.com )
Visit InfoPathDev ( http://www.InfoPathDev.com )