Okay if you have this turned off, here are 3 more ideas:
1. Open the report in design view.
Make a design change (such as renaming a label.)
Choose Page Setup from the File menu.
On the 2nd tab, choose Specific Printer.
Select the desired printed.
Then set the page size to the desired page.
Close the dialog.
Save the report.
2. If that still does not work, try exporting the report to a text file, and
importing it again:
Open the Immediate Window (Ctrl+G).
Enter this (replacing Report1 with the name of your report):
SaveAsText acReport, "Report1", "C:\MyReport.txt"
Then delete the report from your database.
Compact: Tools | Database Utilities | Compact.
Open the Immediate Window again.
Enter:
LoadFromText acReport, "Report1", "C:\MyReport.txt"
3. If that still doesn't work, delete the report, and create it in the new
version.