Cannot get my graph to print

M

MAM

Good Morning -
I have through the help of this site (I LOVE IT!!) created a graph that is
in the heading of the report. Both the report and the graph run from the
same parameter query. I am using a form to enter the parameters so that you
o not have to enter them more than once. This seemed to be working great,
but all of a sudden can see the graph but it will not print. Any
suggestions? Thanks!
 
D

Duane Hookom

Do you have any code that closes the form with the parameters? You might have
code in the On Close event of the report that closes the form. If so, don't
close the form. You could hide it if you don't want to see it.
 
M

MAM

Thank you...
Yes, I have code that closes the parameter form in the main report.

Private Sub Report_Close()
DoCmd.Close acForm, "ParamForm"
End Sub

I removed the event, and can see still the graph perfectly.... unfortunately
it still does not print.

Any other suggestions?? Thanks!
 
M

MAM

Thank you - I figured out what was happening, the query that the graph was
trying to pull was not correct, so when called to print, it was not showing
up! Thank you for all your help - You have no idea how many times I
reference this site.
Thank you
M
 

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