Subreport and Header Empty

O

OEB

I have a report with a subreport. The queries for both the main report and
the subreport depend on the data in a field in a form (the name of the person
who's projects should be in the report). When one query returns nothing but
the other query has records, the report comes up empty and doesn't even show
the person's name at the top (the data in the other form). Is there a way
that I can make the report show the subreport even if the main report does
not return anything? Thanks.
 
M

Marshall Barton

OEB said:
I have a report with a subreport. The queries for both the main report and
the subreport depend on the data in a field in a form (the name of the person
who's projects should be in the report). When one query returns nothing but
the other query has records, the report comes up empty and doesn't even show
the person's name at the top (the data in the other form). Is there a way
that I can make the report show the subreport even if the main report does
not return anything?

If the records in the subreport is not directly related to
the main report records, double check that the subreport
control's LinkMaster/Child properties are blank.
 

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