Graph in Report

C

CCS

Hi~
I have a report that displays productivity data for a
department. The report shows a rep on each page with a
corresponding chart - the row source type of the graph is
a query and the data within that query comes from the same
query that outputs the data on the actual report. The
problem is that I (OS 98) get the correct graph to
correspond with the rep that is on the report but the
supervisor that runs the reports on a monthly basis (has
XP on PC but Access 97)--- gets graphs that does not
correspond with the rep on the report.
Some one had previously suggested the following Code:
Dim objChart as Object
Set objChart = Me!NameOfTheChartControl
objChart.Refresh
Set objChart = Nothing

Did not work - Am i missing something or are there any
other suggestions. Thank you in advance.
 
G

Guest

on the on print event of the form section detail (section
containing the graph). Thank you for the referenced web
site I will take a look.
 
C

CCS

Thank you very much for the link!!! It worked.
-----Original Message-----
on the on print event of the form section detail (section
containing the graph). Thank you for the referenced web
site I will take a look.
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top