Thanks for the replies.
The was a subReport next to the control in
question and which I relocated, and this
solved the problem.
But I thought that subReports were not meant
to effect the canshrink/grow property of
adjacent controls?
Is there any property in the subreport which
can effect the canshrink property?
Regards, Frank
>>I have an "address" field in a report which
>>sometimes contains no data.
[quoted text clipped - 19 lines]
> forgot to set the
> section's CanShrink property.
Marshall Barton - 29 Apr 2007 23:55 GMT
>The was a subReport next to the control in
>question and which I relocated, and this
[quoted text clipped - 3 lines]
>to effect the canshrink/grow property of
>adjacent controls?
They don't affect the property. But, the ***section*** can
not shrink unless **all** the controls in a horizontal
"band" shrink.
Perhaps another way to think about it is that can shrink
does not cause a report's controls to "move up". It causes
the section to compress empty horizontal "bands" that remain
after all the controls have shrunk.

Signature
Marsh
MVP [MS Access]
Frank Martin - 30 Apr 2007 03:23 GMT
>>The was a subReport next to the control in
>>question and which I relocated, and this
[quoted text clipped - 18 lines]
> "bands" that remain
> after all the controls have shrunk.
We live & learn.
Thanks