Graphs in Reports

  • Thread starter Thread starter Sharon Allen
  • Start date Start date
S

Sharon Allen

My graphs (scattergrams) in my reports do not print
correct data. The data will change on the screen but will
not print correctly.
 
Try requerying the chart in the format event of the
section that it is in. Here's the code from one of my
reprots with two charts in a footer.

Private Sub FtrProjVer_Format(Cancel As Integer,
FormatCount As Integer)
Me.chrtPlan.Requery
Me.chrtImplement.Requery
End Sub
 

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

Back
Top