Subreports are almost always linked by child/master properties. You should be
able to create totals queries similar to your subreport record sources that
Group By the linking field and count the number of returned records that
might show in your subreport. Add these totals queries to the record source
of your main report. This will allow your main report to understand the
number of records (or lack of) that would display in your subreports. Use
this to filter your main report.

Signature
Duane Hookom
Microsoft Access MVP
> Hi, I have a question that bears a resemblance to this previous thread
>
[quoted text clipped - 31 lines]
> Regards
> Darragh
Daz - 13 Mar 2007 05:55 GMT
Duane
Thanks for your response.
I utilised a variation of what you suggest. For those interested I did
the following.
Created count queries for the recordsources of the subreport.
Gathered the number of instances a parent property occured in the
count of the subreport recordsource. If count greater than 0, then
include that parent property constraint in the parent reports
recordsource.
A poor explanation I know, I will endevour to write up a better one
and post to the access section of my personal blog - http://www.darraghmurray.com
Regards
Darragh
On Mar 12, 4:04 am, Duane Hookom <duanehookom@NO_SPAMhotmail.com>
wrote:
> Subreports are almost always linked by child/master properties. You should be
> able to create totals queries similar to your subreport record sources that
[quoted text clipped - 42 lines]
> > Regards
> > Darragh