Printing Chart within a Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a line chart that pulls date from a table. Field 1 is my
x-axis, Fields 2 and 3 are my data points, Field 4 is the criteria for which
data is pulled and Field 5 links the chart to the report. I have the report
sorted by Field 5 and the chart within this header; it is also setup to force
new page. The problem I am having is when I preview the report I must enter
the date range (start and ending) for each record within Field 5. What am I
doing wrong? What am I missing.
 
If your sql uses a parameter prompt, consider changing it to get its
criteria from controls on a form.
 
Back
Top