Is there any way to count the number of pages in an Access 2007 report in VBA? All i want to do is keep the user from printing the report if it is more than 1 page. Or, something like .GoToPage 2 for a report would work as long as it gives an error if there isnt a second page.