report generates duplicate entries

G

Guest

I am creating a report with TrainerNumber grouped with header and then
ClientNumber grouped no header and then a subreport for Service Hours.
Trainer information occurs in the group header; client information is in the
details. I am getting duplicates of clients if there are two entires in the
subreport; no duplicates if there is only 1 entry in the subreport. How do I
stop the duplicates?
 
M

Marshall Barton

Arri said:
I am creating a report with TrainerNumber grouped with header and then
ClientNumber grouped no header and then a subreport for Service Hours.
Trainer information occurs in the group header; client information is in the
details. I am getting duplicates of clients if there are two entires in the
subreport; no duplicates if there is only 1 entry in the subreport. How do I
stop the duplicates?


It sounds like the main report's record source query include
the data from the subreport's table.
 
G

Guest

Yes. What's wrong with that? How do I fix it?

Marshall Barton said:
It sounds like the main report's record source query include
the data from the subreport's table.
 

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

Top