How do I get my subreports to appear when I export the report?

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

Guest

The info in the subreports shiows when the report opns in preview mode, but
when I try to export the report in Snapshot format, or any other format for
that matter, the subreports don't export as well.
 
Are you closing any forms that might be used for criteria? Is there some code
or something in the report that we need to know about?
 
I figured it out. I was opening four reports at once and using the same
subreports for each. I was changing the query behind the subreports via code
as the reports opened. So when I went to export the reports, the query for
the subreports didn't have the same data that appeared in the reports. Didn't
know that mattered, but I guess when you export, it does.
 
Back
Top