Hi Manuel
So, assuming that we aren't missing something here and we will be
corrected later.
If you need to do that today, then I would say you need to create you
summary back in the query that will be used to supply the report result set.
You would create one query that generates the summary field, and you
must include the key field back to the base table you want the report
based off.
Then you create a second query, using the table you want as the master,
and including the first query. You join the two result sets together
based on that key field.
This will give you a repeating value in the summary field, but that is fine.
Now in the report writer you include the summary field from the query in
the header, and set the property 'Show repeating values' to FALSE.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]