side-by-side textboxes are different heights

D

DavPet

My report has several text boxes side-by-side. The report has a label
(border=transparent) followed by "computer entries" in boxes (border =
solid). Each textbox has a fixed width and can grow because each textbox
has variable data lengths.

How can I make all of the text boxes (with the borders) the same height ie.
as tall as the tallest?
 
M

Marshall Barton

DavPet said:
My report has several text boxes side-by-side. The report has a label
(border=transparent) followed by "computer entries" in boxes (border =
solid). Each textbox has a fixed width and can grow because each textbox
has variable data lengths.

How can I make all of the text boxes (with the borders) the same height ie.
as tall as the tallest?


You can't.

You can use code to draw lines around the controls instead
of using the Border property. While this can get to be
tricky, Stephen Lebans has put it all together in his
PrintLines db at www.lebans.com
 
D

DavPet

Thank you. This is a very helpful site.

Marshall Barton said:
You can't.

You can use code to draw lines around the controls instead
of using the Border property. While this can get to be
tricky, Stephen Lebans has put it all together in his
PrintLines db at www.lebans.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top