Duane,
I finally figured it out with bits and pieces of answers from programmers and a little ingenuity!!!
I set the control source for the Question text box to:
=IIf([q1] Is Null, "", "Question Text")
and the control source for the Answer text box to:
[q1]
I then set the Question text box to bold. Lastly, I set all of the fields to Can Shrink and Can Grow, as well as the Detail section to Can Shrink and Can Grow. It works great, and I didn’t have to set the height of the fields to 0” to remove empty space, which from a design standpoint was a nightmare.
Thank you for all of your help!!!
Jeff