Printing Chart Object in forms

  • Thread starter Thread starter Connel Valentine
  • Start date Start date
C

Connel Valentine

Hi,

I have a chart that i've created in a form, and i've
programmatically set the record source of the chart via
SQL statements.

What's the best way to print this chart out? Printing out
the form is not an option, because i have other controls
on the form that i don't want displayed on the hardcopy.

Thanks in advance!
 
Save the form as a report. From the database window, right-click on the form
and choose SaveAs, then choose Report.

Remove the excess controls and code from the report, and add a command
button to the form to open the report.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top