Subreport Data Listing Twice for Each Report Record

T

tbl

On a report & subreport pair, the subreport data is listing
out twice, and I can't seem to sort out why.

Any suggestions appreciated.
 
M

Marshall Barton

tbl said:
On a report & subreport pair, the subreport data is listing
out twice, and I can't seem to sort out why.


Does the subreport diplay two records? If so, the problem
is that your main report's record source query has a Join to
the subreport's data source.
 
N

Natasha Francis

Does the subreport diplay two records? If so, the problem
is that your main report's record source query has a Join to
the subreport's data source.
 
Top