Is there a way to hide detail in a report but still have it do calculations? I currently have calculations in the onPrint sub that I would like to still still calculate however I don't want to actually view the information, rather I just want to see the totals at the end of the report.
I've tried changing the detail visible property and that prevents the onPrint subroutine from being called.
I've tried changing the detail visible property and that prevents the onPrint subroutine from being called.