erleichda: Just for the record so others can learn from this it looks like the reports were created with the wizard and the controls from the table that were of the ListBox type were recreated as ListBox type in the report. So, the report is printing all possibile options for each listbox and highlighting the selection. This create a messy looking report and takes up a lot of paper.
So, I recommend that the listbox controls in the reports be replaced with TextBox controls with the Control Source pointing to the actual data in the table thus just giving you the answers that the user has selected. Because of the width of the controls and the length of some of the possibile selections it is also recommended that the Can Grow property be set to Yes so that the fully selected answer will wrap around to a second line of print and display the entire answer.
I hope this helps with the project. Bob Scriver