It looks like in Northwind they set a variable in the report code to make sure it's open. For now, comment out or delete this line and see what happens:
If Not Reports![HarvestingSummary].blnOpening Then Err.Raise 0
It's forcing an error and throwing you into the error handler, where that message is.