layout control

C

clara

Hi all,

here is the simplified layout on my report

Line1TextBox1 Line1TextBox2
Line2TextBox2 Line2TextBox2

So, when Line1TextBox2 grows, How Can I make Line2TextBox1 and
Line2TextBox2 move down together

Clara

thank you so much for your help
 
M

Marshall Barton

clara said:
here is the simplified layout on my report

Line1TextBox1 Line1TextBox2
Line2TextBox2 Line2TextBox2

So, when Line1TextBox2 grows, How Can I make Line2TextBox1 and
Line2TextBox2 move down together


Just make sure that the top of the Line2 text boxes is not
above the bottom of the Line1 text boxes.
 
Top