M
Muskiefan
Access 2007 - I have 2 text box controls, next to one another, in a detail
section of a report. I am programmatically changing the height of each
control based on the value of a field in the recordsource. Both controls
have their Can Grow and Can Shrink properties set to yes. Everything works
fine, the height changes correctly for each control but the text boxes won't
stay on the same line:
textbox1 data
textbox2 data2
Both text boxes are the same height to start with, they are both aligned at
the tops, both are being resized programmatically the same size, they are not
touching each other. I'm completely at my wits end - does anyone have any
ideas or suggestions?
Thanks!
section of a report. I am programmatically changing the height of each
control based on the value of a field in the recordsource. Both controls
have their Can Grow and Can Shrink properties set to yes. Everything works
fine, the height changes correctly for each control but the text boxes won't
stay on the same line:
textbox1 data
textbox2 data2
Both text boxes are the same height to start with, they are both aligned at
the tops, both are being resized programmatically the same size, they are not
touching each other. I'm completely at my wits end - does anyone have any
ideas or suggestions?
Thanks!