B
Bill Reed via AccessMonster.com
I have a problem with a report detail. There is a txt box that can (and
does) grow. In the same section I have 3 txtboxes 1 underneath the other.
When the offending txtbox grows, there is an unsightly space between the
1st and 2nd txtboxes down the line, on the same horizontal as the growing
txtbox. I have experimented moving the txtboxes around, but no matter what
I do, I end up with a space between 2 of the txtboxes when the other one
grows. I thought I might concatentate the 3 textboxes as in:
=[Designer] & chr(10) & chr(13) & [Checker] & chr(10) & chr(13) & [Stress]
Or by using VBCRLF in place of the Chr functions. But that doesn't work.
Any suggestions?
does) grow. In the same section I have 3 txtboxes 1 underneath the other.
When the offending txtbox grows, there is an unsightly space between the
1st and 2nd txtboxes down the line, on the same horizontal as the growing
txtbox. I have experimented moving the txtboxes around, but no matter what
I do, I end up with a space between 2 of the txtboxes when the other one
grows. I thought I might concatentate the 3 textboxes as in:
=[Designer] & chr(10) & chr(13) & [Checker] & chr(10) & chr(13) & [Stress]
Or by using VBCRLF in place of the Chr functions. But that doesn't work.
Any suggestions?