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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dealing with spare text boxes in a report

Status
Not open for further replies.

stgill

Instructor
Aug 6, 2003
11
AU
The detail section in my report contains 5 text boxes - these are grouped according to one field in the table that contains the data.

My problem is that, when inputting the data, not all fields will be used all of the time. Sometimes, the report will show all 5 text boxes with data, sometimes less. When there are spare text boxes, I have a lot of white space on the report (in the detail section between groups) that I need to get rid of.

The can grow/shrink properties are set to yes, but the unused text boxes do not move up. Can text boxes move up or down according to whether the text boxes around them contain data?

Any ideas appreciated.
 
Your detail section will only "recover" the space or allow the section to shrink if there are no control along the same horizontal line. Are the values Null or zero-length-strings?

Duane
MS Access MVP
 
The data type set for the text boxes is Text, so I suppose the values will be zero-length-strings.

Peter
 
If you have text boxes to the left or right of the box you want to shrink, there will still be white space remaining.

Duane
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top