I am working on a subreport that reports out of a table and it has a subreport that includes a count function. All the fields are in the 'details' section of the main report, including the subreport. The subreport has a one-to-many relationship with the main table. My question is the following:
Is there a way to report the count function of the subreport so that it shows once in the details section of the main report, as opposed to showing one row per each record in the subreport? I would like the following:
MainRecord Date_Field SubReportCount
1234567 03-04-03 2
1234568 03-04-03 6
Right now, it is coming up as:
MainRecord Date_Field SubRecordCount
1234567 03-04-03 2
1234567 03-04-03 2
1234568 03-04-03 6
1234568 03-04-03 6
1234568 03-04-03 6
etc,
etc,
Any help would be greatly appreciated. Thank you.
Is there a way to report the count function of the subreport so that it shows once in the details section of the main report, as opposed to showing one row per each record in the subreport? I would like the following:
MainRecord Date_Field SubReportCount
1234567 03-04-03 2
1234568 03-04-03 6
Right now, it is coming up as:
MainRecord Date_Field SubRecordCount
1234567 03-04-03 2
1234567 03-04-03 2
1234568 03-04-03 6
1234568 03-04-03 6
1234568 03-04-03 6
etc,
etc,
Any help would be greatly appreciated. Thank you.