Multiple copies of charts

  • Thread starter Peter Penhallow
  • Start date
P

Peter Penhallow

I am using Access 97 and creating a chart within a form
I have an input table containing 10 records of 10 top sales in desending value order. Table just contains value and description
Chart prints out OK, except that I get 10 occurances of it. Similarly when I pass the form to print as a report, it prints OK except this time I get 100 occurances. I assume that the chart is being printed for each record (1*10 in form and 10*10 in report), when I only want 1
Help - I must be missing something obvious.
 
Top