I am using Crystal 8. I have a report that is linked to two sub-reports. The sub-reports are run based on a boolean parameter passed to the parent report.
My problem is this:
When I run the parent report with both sub-report parameters set to false the main report displays the correct number of records returned from my query.
However, when I run the parent report with either or both sub-report paramters set to true, I get the correct number of records BUT some of the records are repeated. It seems that they repeat if they are the last records on the page. I can't seem to find a pattern on why certain last records on a page repeat on the top of the next page and others do not.
Any help would be much appreciated!
My problem is this:
When I run the parent report with both sub-report parameters set to false the main report displays the correct number of records returned from my query.
However, when I run the parent report with either or both sub-report paramters set to true, I get the correct number of records BUT some of the records are repeated. It seems that they repeat if they are the last records on the page. I can't seem to find a pattern on why certain last records on a page repeat on the top of the next page and others do not.
Any help would be much appreciated!