J
John Vinson
I'm pretty good at queries, I can say without false modesty. But this
one has me stumped!
I have a Report I'm trying to generate. Each page of the report covers
a Project; each Project has multiple Reviews, with any of several
ReviewTypes. There's a table of Reviews with a ProjectID and a
ReviewType (linked to a ReviewTypes table).
The customer wants to see what ReviewTypes were done - easy - but also
wants a list of which reviews were NOT done.
I can do an "unmatched" frustrated outer join query to see what review
types have not been done for any project - but this Report might have
several pages, each for a different project. On each page I need to
see the ReviewTypes that are not included in *that particular
project's* Reviews.
I tried setting a Subreport's Recordsource in the report section's
format event, but get an error that it's too late - you can't the
recordsource property at that point (since the subreport has already
been populated). Similarly, I can't use the Report's txtProjectID as a
criterion (I get no rows shown).
Suggestions?
one has me stumped!
I have a Report I'm trying to generate. Each page of the report covers
a Project; each Project has multiple Reviews, with any of several
ReviewTypes. There's a table of Reviews with a ProjectID and a
ReviewType (linked to a ReviewTypes table).
The customer wants to see what ReviewTypes were done - easy - but also
wants a list of which reviews were NOT done.
I can do an "unmatched" frustrated outer join query to see what review
types have not been done for any project - but this Report might have
several pages, each for a different project. On each page I need to
see the ReviewTypes that are not included in *that particular
project's* Reviews.
I tried setting a Subreport's Recordsource in the report section's
format event, but get an error that it's too late - you can't the
recordsource property at that point (since the subreport has already
been populated). Similarly, I can't use the Report's txtProjectID as a
criterion (I get no rows shown).
Suggestions?