sub report

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

Guest

I have several sub reports in a report. Right now when there are a lot of
records in a sub report it will run over the top of another sub report that
is placed below it. How can I keep the spacing the same even when the report
grows?
 
Fipp said:
I have several sub reports in a report. Right now when there are a lot of
records in a sub report it will run over the top of another sub report that
is placed below it. How can I keep the spacing the same even when the report
grows?


That typically happens when the top control's bottom
overlaps the top of the control below it.
 
That typically happens when the top control's bottom
overlaps the top of the control below it.

I just posted this in another thread, but it may help here too:

Here's a trick to make sure that adjacent controls are touching
but not overlapping: Select two or more adjacent controls. Click
Format, Horizontal Spacing (or Vertical Spacing), Decrease.

Access will not decrease spacing to less than zero. It will actually
*increase* the spacing to exactly zero, making the controls touch each
other perfectly without overlapping.

Armen Stein
Microsoft Access MVP
www.JStreetTech.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top