prevost999
Programmer
I have 1 main report linked with 1 sub-report, with a field called Item Number.
Scenario:
For 1 group in the main report, there are 10 records, each
with a unique item number.
In the subreport there are 12 records, each with unique item numbers, in the same group.
The problem is, when I link the sub-report to the main
report by item number, it only results in 10 records, and
misses the two records in the subreport that have no matching link(item #) in the main report. ***I want to include these records in the main report.*** (It's like I want to create a Left Outer Join between the main report and subreport, via the subreport link.) Is there anyway to accomplish this?
Scenario:
For 1 group in the main report, there are 10 records, each
with a unique item number.
In the subreport there are 12 records, each with unique item numbers, in the same group.
The problem is, when I link the sub-report to the main
report by item number, it only results in 10 records, and
misses the two records in the subreport that have no matching link(item #) in the main report. ***I want to include these records in the main report.*** (It's like I want to create a Left Outer Join between the main report and subreport, via the subreport link.) Is there anyway to accomplish this?