displaying total record count when using a bar chart?

  • Thread starter Thread starter Howard
  • Start date Start date
H

Howard

I understand that when you have a report with a chart in it thge chart, not
the report has the record source defined.
I have a simple bar chart that displays how many times students from each
year group in a school have been withdrawn.
what I would like to do is show the total number of withdrawals in the
report header.
Howard
 
You should be able to create a query that returns the correct value. You can
then display the value with DLookup() or a subreport or add the query to your
report's recordsource.
 
Back
Top