I have a dataset (TADODataset) that feeds into an in memory dataset(TdxMemData) which is assigned to a datasource (TDataSource). When I run the program and the SQL is not ordered by anything, the three records returned are displayed on 3 separate report pages (ReportBuilder). However when I order by a field, The first two records of the report are appended together and only the final record displays correctly.I have a dataset (TADODataset) that feeds into