Report Print Preview

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This is strange. I have a report that contains a graph, and both the reports
query and the graph's query use parameters from combo box's on an open form,
etc.

Sometimes, the graph will not show the correct data. It happens once in a
while, and if I preview the report again, it will correct itself. I have put
a requery (Me.graph41.reQuery) action at the Open event of the report, but it
still happens sometimes.

It is a hard problem to isolate. Has anyone encountered this?

Thanks
 
This is strange. I have a report that contains a graph, and both the reports
query and the graph's query use parameters from combo box's on an open form,
etc.

Sometimes, the graph will not show the correct data. It happens once in a
while, and if I preview the report again, it will correct itself. I have put
a requery (Me.graph41.reQuery) action at the Open event of the report, but it
still happens sometimes.

It is a hard problem to isolate. Has anyone encountered this?

Thanks

Try putting the requery in the Format event of whatever section of the
report the graph is placed in.
 

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