OLE Bound Object

B

Brian Keanie

If OLE object in a report is null, I can hide it with the visible property
but it leaves a great void blank space in my report before the next record
prints. Is there a way to close up the space?
 
S

Stephen Lebans

With A2K or higher you can resize the Detail section within its Format
event.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
B

Brian Keanie

Oh c'mon Stephen ... I've explained to you before about my level of
expertise .....Please give me a little more than a hint. I am as always
intrigued. Really appreciate you getting involved. Best regards
 
B

Brian Keanie

Hi Stephen.... If by resizing the control you mean Height = "whatever" I've
tried that as welll as the detail section CanShrink =Yesssss. still doesn't
accomplish what I want.Please give me another thot or too. Thanks
 
S

Stephen Lebans

No, I mean what I said:
Me.Section(acDetail).Height = whatever

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Top