I have a Report that shows how many doors need to be built and by what machines. The report itself works fine, but I have a subreport that doesnt want to work. The subreport is based off the same query as the main report, except for it has a function to multiply its total value by 2. This report works fine on its own as well.
The problem is that the subreport repeats its record(s) for each record in the main report that shares the same PartID. The values are identical, Material, Width, Length, etc so they all display in the proper columns, there are just repeating records.
The Child and Master field are linked through PartID.
What am I doing wrong that the subreport tries to make a record for each record in the main report?
Heres a poor design of the report..
PartID
MachineID
MaterialID....... other information (main report)
(Values from Subreport)
The problem is that the subreport repeats its record(s) for each record in the main report that shares the same PartID. The values are identical, Material, Width, Length, etc so they all display in the proper columns, there are just repeating records.
The Child and Master field are linked through PartID.
What am I doing wrong that the subreport tries to make a record for each record in the main report?
Heres a poor design of the report..
PartID
MachineID
MaterialID....... other information (main report)
(Values from Subreport)