R
Ron
Hi,
Having a problem with an Access2000 report, and I hope someone can help.
I have quite a few levels of grouping, with details at the lowest level as
you would imagine. I want some of the group headers (say level 2 to 4, where
level 1 is the highest level and level 5 is the detail, if you follow me) to
repeat at the top of each new page. I have this working almost correctly,
except that the headers sometimes appear at the bottom of a page without any
associated detail record. They are then repeated along with the details on
the following page.
How can I suppress the printing of the group headers, in the case where
there isn't going to be room for at least one detail record on the same
page? The sort of logic I'd like would be:
if(can't fit a detail record on after this set of group headers) {
start a new page
}
I'm very grateful for any advice, so thanks in advance.
Ron
Having a problem with an Access2000 report, and I hope someone can help.
I have quite a few levels of grouping, with details at the lowest level as
you would imagine. I want some of the group headers (say level 2 to 4, where
level 1 is the highest level and level 5 is the detail, if you follow me) to
repeat at the top of each new page. I have this working almost correctly,
except that the headers sometimes appear at the bottom of a page without any
associated detail record. They are then repeated along with the details on
the following page.
How can I suppress the printing of the group headers, in the case where
there isn't going to be room for at least one detail record on the same
page? The sort of logic I'd like would be:
if(can't fit a detail record on after this set of group headers) {
start a new page
}
I'm very grateful for any advice, so thanks in advance.
Ron