What causes this header problem

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

Guest

Hello everyone, how are all of you.

Is Access 2000 ok to run under Windows 98?

I have a report group header that gets cut off if it appears near the bottom
of the page. If I change the "Keep Together" property to "No" then it will
print part of the group header but the next page won't have the rest of the
group header data. It seems like even if there's not enough space for the
group header, it will try to fit it in and it won't print the rest of the
data on the next page if it doesn't fit.

Also, I have numbers that are dynamically generated as the report is
generated. Is there a way to save those numbers in a table? I want to use
the numbers for another report.

Thanks in advance for any help.
 
There are different levels of Keep together. There is ALL and First Record.
Check your settings in the Sorting and Grouping dialog.

I suppose the dynamic numbers are created with code. In that code, insert
the values to a table. You can use sql or a recordset.

Direct future Report questions to the Reports newsgroups, as this one has a
high signal:noise ratio.
 
Hi [MVP] S.Clark,
Thanks for the help. The recordset info helped but the header is still not
showing up even after messing with the keep together in sorting and grouping
and the keep together property of the group header. Any other options?
Thanks again for all your help.
-RF
 

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