How to stop report controls moving when controls above grow

S

Sam D

Hi and thanks in anticipation!

I have a report with heaps of various textboxes both accross and down within
the detail section. Most of these textboxes can grow, and need to grow. My
problem is I don't want the textboxes that are under any growing textboxes
but not in the same column to move down at all. Rather I'll use the
Detail_Format event to alter the top value of textboxes where needed.

Is there a way to tell turn off this functionality?

Sam
 
N

Nelson

If I understand your question, you want each column to grow independently of
each other. If that is the case, place each column in a subreport.
 
S

Sam D

Thanks Nelson, took about 5 minutes and works brilliantly. Can't believe I
didn't think of it earlier!

Sam
 
Top