Printing Chart Object in forms

  • Thread starter Connel Valentine
  • 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!
 
A

Arvin Meyer

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
 

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