Printing Graphs

A

Antonio

Hello, all...I am trying to print graphs, but instead it
prints the form...but I only want to print the graph.
Anybody has a coding suggestion? Thanks
 
F

fredg

Hello, all...I am trying to print graphs, but instead it
prints the form...but I only want to print the graph.
Anybody has a coding suggestion? Thanks

Open the form in design view.
Select the Graph object.
Copy it.

Create a new unbound report.
Paste the graph into the report. The report header will be fine.
Run the report.

If you need to print the report from the form, add a command button to
the form.
Code it's Click event:
DoCmd.OpenReport "ReportName"
 

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