Report Layout help....

  • Thread starter kbrad28 via AccessMonster.com
  • Start date
K

kbrad28 via AccessMonster.com

I have a report that has a memo field that has varying about of information
in it. The problem that I am having is with the large amount of data is not
running from one page to the other it just goes to the next page. Is there a
way to have continous data from page one to continue to page two? Any help
will be greatly appreciated.

kbrad
 
M

Marshall Barton

kbrad28 said:
I have a report that has a memo field that has varying about of information
in it. The problem that I am having is with the large amount of data is not
running from one page to the other it just goes to the next page. Is there a
way to have continous data from page one to continue to page two? Any help
will be greatly appreciated.


Have you tried setting the memo field's text box's CanGrow
property to Yes? Did you forget to set the Section's
CanGrow property too?
 
K

kbrad28 via AccessMonster.com

Yes, I have those suggestions set to "Yes", but the information will skip the
first pagge and go to the next. I'm really lost on this problem.
 
M

Marshall Barton

How about the section's KeepTogether property or maybe it's
ForceNewPage property. If you are using grouping, check the
group's KeepTogether property too. If any of those are set
to Yes, it probably explains what you're getting.
 
Top