Can anyone explain why a subreport would duplicate itself - in its entirety?
Probably a join issue, right?
Main report has only one table and no fields are displayed or used.
Joins on the subreport look like this:
Transactions.CustID -LOJ-> Cust.CustID -Equal-> CustSettings.CustID
Numerous rows for every CustID in Transactions, only one row per cust_ID in Cust Settings.
The subreport is showing the data I'm looking for, only it repeats itself 34 times...
Any help is appreciated.
Probably a join issue, right?
Main report has only one table and no fields are displayed or used.
Joins on the subreport look like this:
Transactions.CustID -LOJ-> Cust.CustID -Equal-> CustSettings.CustID
Numerous rows for every CustID in Transactions, only one row per cust_ID in Cust Settings.
The subreport is showing the data I'm looking for, only it repeats itself 34 times...
Any help is appreciated.