How do I display & print only one copy of the chart?

S

Stu

I have a report that shows only a 15-column chart. Coincidentally, there are
15 pages of the chart. How can I display and print only 1 page?
 
D

Duane Hookom

All you might need to do is remove the Record Source property value from
your report.
 
S

Stu

Can't. The chart displays the Start/stop dates entered in to the query (by
prompt). If I remove the record source (the query), I lose the stop/start
dates in the text box.
 
D

Duane Hookom

Not sure why you have a record source when the report "shows only a15-column
chart".

You can try put the graph in the Report header or footer and hide the detail
section. This doesn't make sense to me but might work.
 
Top