I have a simple report. The data all comes from one table. The table has about 150 Y/N questions which are answered in a survey format. After the responses are entered a report is created for the individual listing all the yes responses with some lines of additional text. So the report obviously varies in length. The problem is that often at the bottom of the page the last line of text is only printing the top half of the text and the bottom half is printing on the next page. I have tried several ways to account for this and tried every possible combination of forced page breaks I can think of (including removing the footer). It doesn't happen all the time, because the spacing is constantly changing, but other than opening the report structure and modifying the length of the report up a couple of notches, nothing seems to make a difference. And of course eventually this fix will cause a different responder's report to behave the same way. Shouldn't Access account for this itself? Shouldn't it realize that all the text doesn't fit and move the next page?