Sub Reports - Can Grow, Can Shrink

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report, with various subreports. The length of the sub-reports are
dependent on the record, but i want the sub-reports to directly follow on
from one another. Is there anyway, that the subreports can grow and shrink
depending on their contents, but have the various text boxes and other
subreports shift up and down the page?
 
BECAM said:
I have a report, with various subreports. The length of the
sub-reports are dependent on the record, but i want the sub-reports
to directly follow on from one another. Is there anyway, that the
subreports can grow and shrink depending on their contents, but have
the various text boxes and other subreports shift up and down the
page?

That should happen automatically. Any control with a Top property below a
CanGrow control's Bottom property is pushed down the page when the control grows
and is pulled up the page when the control shrinks if you have CanShrink
enabled.
 
This isn't happening for me either. I have Access 2007. Subreports are just
overlapping instead of automatically moving down. Its driving me crazy
trying to work it out. Is it a bug in Access 2007?
 
Back
Top