I have a database with about 700 names, addresses etc. entered. I want to print the pages so that every time the first letter of the last name changes I get a page break. (ie. all names from Adams through Axtmann on one page...then a page break...then all names from Badger through Buckman on the next page...then a page break...and so on.<br>My query sorts ascending by LastName field. My report has sorting and grouping properly set, and Order By LastName set, and Order On is turned on.<br>What happens is that anytime any information changes the sorting and grouping in the report is lost. A's still stay together but no longer in ascending alphabetical order, and the page breaks no longer occur. Until I go to report design, right click below the form, and enter "LastName" in the Order By again.<br>What makes the LastName disappear from the Order By box, and is there a way to prevent this from happening?<br>Tom Watson