In a VB.net 2010 desktop application that uses crystal reports, I am trying to compare the results of 2 reports where summary data should be the same between the 2 reports. When I run the same queries in access 2013, I get the same detailed results. However when I run the reports, the report called YTD sometimes has different total amounts. Thus I am trying to determine what could be causing the amount on the YTD report to change.
This report is not using formula fields, parameter fields, running total fields, special fields, unbound fields. There are 2 group name fields. The grand total amount in the report footer section does a sum on the MainData.Amount area. When I look at the database fields, the 'MainData' contains all the rows that the dataset select statement contains.
Thus could there be a selection of some data in the crystal report that I do not see? Thus can you tell me what I could try to solve this issue?