My query returns many records for each loan loan number. I want to display only one record for each loan number. Each record has a different date. I would like to display the record with the most recent date for each loan number and sort the report in accending order on the date.
This forum offered advice on how to display the record with the max date but the solutions required a sort by loan number prior to displaying the max date value for that loan number. This seems to preclude sorting all loan number records by date after the max date value is found.
This forum offered advice on how to display the record with the max date but the solutions required a sort by loan number prior to displaying the max date value for that loan number. This seems to preclude sorting all loan number records by date after the max date value is found.