Ungroup report controls (automatically group?)

D

dave k

I have a report with a multiline detail section. I have one control that can
grow. The problem is when it grows, it drags other controls with it. An
example is below. When CanGrow1 needs to expand, it pulls DoesNotGrow3 and
DoesNotGow3 down level with its bottom and leaves a big space between
DoesNotGrow1 and DoesNotGrow3. I want the DNG1, DNG3 and DNG4 to stay on top
of each other. How can I do this? The rest of the report works fine.
Thanks for the help.

DETAIL
_________________________________
DoesNotGrow1 DoesNotGrow2
DoesNotGrow3 CanGrow1
DoesNotGrow4
 
Top