Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you resize a box control?

Status
Not open for further replies.

NCYankee1

Programmer
Mar 27, 2001
66
US
I have a report in Access 97 where a column needs to be in gray. So I put a gray box behind that column. Problem is, the other columns, which are text boxes (no color) can grow. This causes white spaces in the gray column. How do I resize the gray box to fill the entire detail area?
You can see what I am talking about by navigating to this address. I show what the report looks like and how I want it to look:
Thanks for your help!
 
Not so easy in Ms. A It is easy enough to set the Height of a control, the issue is that there does not appear to be anyway to read the actual height of a control at run-time. All you can get is the DESIGN value. So, when Grow / Shrink occurs you cannot know it. If you find a way to read the dynamic size (Height) of the control, PLEASE let the rest of the world know how,

MichaelRed
m.red@att.net

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top