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

Can Grow / Shrink

Status
Not open for further replies.

Blorf

Programmer
Joined
Dec 30, 2003
Messages
1,608
Location
US
Hello.

In a report in the detail section, I have controls going across, all with boarders set to solid, with width set to 1.

One box has test, that sometimes does not fit, so I set it to Can Grow Yes. This works, but because of the borders, you can tell the other controls stayed the same size, and it looks kind of ugly.

Is there a way to make the other controls grow also?

Thanks,


"When religion and politics ride in the same cart...the whirlwind follows."
Frank Herbert
 
I use the Line method of the report to draw all the outlines. Stephen Lebans has code at his site (look for PrintLines). There is similar functionality in the Calendar report at
Duane
MS Access MVP
Find out how to get great answers faq219-2884.
 
Thank you. The solution works extremely well.

I notice that if there is any conditional formatting, it fails to draw the lines though. I can get around that of course using vba instead of conditional formatting.

Any way, thank you very much.

ChaZ

"When religion and politics ride in the same cart...the whirlwind follows."
Frank Herbert
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top