Repeating Data in a Report

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

Guest

I have a report with 8 pages of actual data, but it is repeating 61 times for
a total of 488 pages . I have set the query the report is base on to Unique
Values= Yes and that didn't change anything, I tried setting it to Unique
Records =Yes and that didn't change anything. I don't have any blank pages,
just repeats.
Any ideas out there?
 
So the query repeats the data 61 times? How is the query constructed? Is
there some table being included in the join that has 61 entries, and the
appropriate criteria hasn't been specified for the join?
 
I have a report with 8 pages of actual data, but it is repeating 61 times for
a total of 488 pages . I have set the query the report is base on to Unique
Values= Yes and that didn't change anything, I tried setting it to Unique
Records =Yes and that didn't change anything. I don't have any blank pages,
just repeats.
Any ideas out there?


In my experience, when data repeats itself, it quite often has to do
with joins in the query. Perhaps you are using the wrong kind, or none
at all? ie. Equal or Inner Join where a Left should be used?
 

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