Hi,
I want to do some last-minute calculations to format a field in my report. The field in question is used in detail section of the report, and then summed in the header, like so:
Header: =sum([Stagestd]/24)
Detail: =[stagestd]/24
The header section works fine, but all the records in the detail section show an error. If I try to use ANY type of formula in the detail section, I get an error. If I just leave the detail section set to "stagestd" it works OK, but I can't seem to process this value in any way without an error.
If I move these calculations back to the query which is the report's recordsource, I can make this work. But for various reasons I don't really want to do this.... WHY doesn't this work???
Is it just another one of those nebulous corruption deals, or what?
Access 2002
Thanks for any clues you can provide
I want to do some last-minute calculations to format a field in my report. The field in question is used in detail section of the report, and then summed in the header, like so:
Header: =sum([Stagestd]/24)
Detail: =[stagestd]/24
The header section works fine, but all the records in the detail section show an error. If I try to use ANY type of formula in the detail section, I get an error. If I just leave the detail section set to "stagestd" it works OK, but I can't seem to process this value in any way without an error.
If I move these calculations back to the query which is the report's recordsource, I can make this work. But for various reasons I don't really want to do this.... WHY doesn't this work???

Access 2002
Thanks for any clues you can provide