M
Michael R
I am trying to make a form that displays lines to
separate fields both up and down and left to right.
Thus, I create the text boxes for the fields and give
them both a 1 pt border and make them variable in size.
However, since all of them can be different heights, the
lines on the bottom of these boxes don't line up. So, I
want to change the height of the each box to equal the
height of the section. Is there any way to write a
function that can do this in VB? I can retrieve the
height of the detail section, but I can't apply it to the
text box heights.
separate fields both up and down and left to right.
Thus, I create the text boxes for the fields and give
them both a 1 pt border and make them variable in size.
However, since all of them can be different heights, the
lines on the bottom of these boxes don't line up. So, I
want to change the height of the each box to equal the
height of the section. Is there any way to write a
function that can do this in VB? I can retrieve the
height of the detail section, but I can't apply it to the
text box heights.