How to determine if TypeParagraph results in a new page?

F

Frederick Wilson

Hello,

I am using MS Access to create a word document. All is well except some
of my grouped data results in the group name being on one page and the
group contents flowing over to another page.

I think if I can determine if the TypeParagraph is resulting in a new
page I can place the group name on this new page before it continues to
list the group items.

This is what it is doing.
Group A
Item 1
Item 2
Item 3
------PAGE-----
Item 4
Item 5

This is what I want
Group A
Item 1
Item 2
Item 3
------PAGE-----
Group A
Item 4
Item 5

Thanks,
Fred
 
H

Howard Kaikow

Frederick Wilson said:
Hello,

I am using MS Access to create a word document. All is well except some
of my grouped data results in the group name being on one page and the
group contents flowing over to another page.

I think if I can determine if the TypeParagraph is resulting in a new
page I can place the group name on this new page before it continues to
list the group items.

This is what it is doing.
Group A
Item 1
Item 2
Item 3
------PAGE-----
Item 4
Item 5

This is what I want
Group A
Item 1
Item 2
Item 3
------PAGE-----
Group A
Item 4
Item 5

Thanks,
Fred

Test whether line is on a new page AFTER output.
If needed, go back and insert the appropriate line.
 
F

Frederick Wilson

Howard said:
Test whether line is on a new page AFTER output.
If needed, go back and insert the appropriate line.
I understand the concept but not the commands
 

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

Top