Reporting Issue

  • Thread starter Thread starter requeth
  • Start date Start date
R

requeth

I've created a very simple report. Well, 1/10th of a report. I have a
report, and it has a sub report. The sub report calls from a query and
I've created an excel style report using the report header and the
detail section. The problem is as follows:

Query pulls 15 records.
The report shows 15 records in my grid as it's supposed to.
<Begin Problem>
The report generates 15 copies of my grid.
</Begin Problem>

If I hadd a new record putting my total records to 16, it generates 16
copies of my grid. If I can find out how this works it will be great
in another report I'm planning, but it's death to me right now.

I cant get it to stop duplicating, and I cant find any setting where
I've told it to do so.

Any ideas?
 
I've created a very simple report. Well, 1/10th of a report. I have a
report, and it has a sub report. The sub report calls from a query and
I've created an excel style report using the report header and the
detail section. The problem is as follows:

Query pulls 15 records.
The report shows 15 records in my grid as it's supposed to.
<Begin Problem>
The report generates 15 copies of my grid.
</Begin Problem>

If I hadd a new record putting my total records to 16, it generates 16
copies of my grid. If I can find out how this works it will be great
in another report I'm planning, but it's death to me right now.


It sounds like you have the subreport's table included in
the main report's record source query.
 

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