B
Bob Howard
Hi,
I've successfully configured my report so that it selectively (based on data
content) deletes various sections by performing a Cancel = True in the
OnFormat event for each section, as needed. In some cases, the detail
section is deleted as well ... this is my intended result.
However, the amounts from the deleted detail section(s) are being included
in the report's final totals (I use =Sum([....]) on the field name to
compute the final total).
I was "hoping" that this would not occur ... I only want the final totals to
include what was included in the report.
Any hints how to get around this??
Thanks...
bob
I've successfully configured my report so that it selectively (based on data
content) deletes various sections by performing a Cancel = True in the
OnFormat event for each section, as needed. In some cases, the detail
section is deleted as well ... this is my intended result.
However, the amounts from the deleted detail section(s) are being included
in the report's final totals (I use =Sum([....]) on the field name to
compute the final total).
I was "hoping" that this would not occur ... I only want the final totals to
include what was included in the report.
Any hints how to get around this??
Thanks...
bob