I have a few reports in my application that seem to be printing blank pages. It looks like the first page is correct with the correct data. I have a page count on the bottom of the page using "'Page ' + page()+ ' of ' + PageCount()".
The next page is blank. The 3 page just says page 1 of 1 on it and the last page is blank?
Does anyone know of a reason why blank pages would be printing out from a data window report?
SQL only returns 1 record from the database. So i am puzzled as to why i get 4 pages printed and why 3 of the pages are blank.