I have created a report in Access that has certain controls that may or may not be required at run-time depending on the data that is being returned in my recordset.

The controls have had their Visible property set to false if they are not required however the controls still occupy space on the report when printing. This means that although they are not visible the report still prints two pages, the second page being completely blank. I hope this makes sense!