I am trying to create a printable form that would allow my employees to enter preventive maintenance checklists on overhead cranes. I have created a table corresponding to the questions they need to answer, and on most of my PM's it works perfectly. The problem I have run into is that on the monthly crane sheets, the form would be around 5 pages long, however the maximum form length is 22". I have tried creating a tab control that allows them to select each page individually and fill it out, however I am unable to figure out a way to create a button to print all 5 pages of the tabcontrol, as it will only print the last and final page. I was wondering if anyone knows a way to have a single button print all 5 pages of the tab control, or a more user-friendly way to create this PM form. Thanks.