I have a table with the following fields; Date, ID, Salary.
I need to find all the records that have the ten most recent dates, then take those records and join them if any records have the same ID number while totaling each ID's salary.
If you have any ideas, or need more info let me know.
I need to find all the records that have the ten most recent dates, then take those records and join them if any records have the same ID number while totaling each ID's salary.
If you have any ideas, or need more info let me know.