hidden, but not excluded from layout
HI,
I am using a dropdown to allow the form user to say whether or not he wants to see a subform.
When I test this, here's the sequence I experience:
1. Initial form opens and the subform is hidden and excluded from the layout. This is good...as intended. I am seeing subforms 1 and 3.
2. I choose to display the hidden form. It appears. Also good and as intended. I am seeing subforms 1, 2, and 3.
3. I choose to hide the subform. It goes away, but it leaves behind a blank page...a big gap...before the next subform. I am seeing subform 1...then a blank page...then subform 3.
I am using "hidden" in my code. I do not understand why the form does not reflow properly.
Many thanks,
Joe