Hi Group
I've got a problem in an Access 2003 report, trying to embed a chart.
If I just wanted to chart based on a field for ALL records in a query or a table it would be easy. But it's not quite that straight-forward.
Imagine this scenario ...
I have a report which groups records into blocks, and there is a summary value in the footer of each grouped block; the detail records are hidden so only the summary footer for each block is visible. Further, let's assume that this summary value field I want to chart is a 'derived' field, like '=Max([Attempt Start Date])'; i.e. I'm only showing the highest date in the preceeding hidden block of records. This summary value isn't in the table or in the report's underlying query; it only really exists in the report and is calculated at runtime. This is pretty standard Access reporting faire.
My problem is that I can't see how to include the 'derived' summary footer value into the chart. As I wrote at the top of the post, I could easily chart a value in the report's query or the table, but I can't see how to chart a value that is calculated on the report itself.
Any clues would be gratefully received.
Thanks.
PeteB