G
Guest
I have a main report with 4 subreports (one of which is nested inside another
one). All 5 reports are based on their own queries due to length of report
and the fact that 2 of them are based on multiple returns from a different
table than the other 3. (5 instead of 2 because a one-shot return has to go
in between 2 sets of multiple returns.) The report is run for only one
primary key # at a time, so I have the main report's query ask me for the
parameter.
I *had* thought that by pointing all my subreports' needs for the primary
key at the result of the main report's parameter, I'd avoid having to type
the parameter 5 times, but no - it actually wants it *7* times.
What's the correct way of using the main report's parameter result to bring
up the other 4 subreports correctly as well?
one). All 5 reports are based on their own queries due to length of report
and the fact that 2 of them are based on multiple returns from a different
table than the other 3. (5 instead of 2 because a one-shot return has to go
in between 2 sets of multiple returns.) The report is run for only one
primary key # at a time, so I have the main report's query ask me for the
parameter.
I *had* thought that by pointing all my subreports' needs for the primary
key at the result of the main report's parameter, I'd avoid having to type
the parameter 5 times, but no - it actually wants it *7* times.

What's the correct way of using the main report's parameter result to bring
up the other 4 subreports correctly as well?