larrydavid
Programmer
Hello,
I have a duplicate query which is giving me the records I need, each record has one column (AMOUNT) with a currency value. I've been researching this and trying different approaches, but am stumped. Can someone please show me how I can perform an aggregate SUM on the one field and combine the 2 (or in some cases 3 or more) records into one record, with the SUM total of all currency values for all duplicate records in one remaining record. It is OK to lose the data in the other records, so I've been trying to SUM on the last occurrence of the duplicate. Any help would be greatly appreciated.
Thanks,
Larry
I have a duplicate query which is giving me the records I need, each record has one column (AMOUNT) with a currency value. I've been researching this and trying different approaches, but am stumped. Can someone please show me how I can perform an aggregate SUM on the one field and combine the 2 (or in some cases 3 or more) records into one record, with the SUM total of all currency values for all duplicate records in one remaining record. It is OK to lose the data in the other records, so I've been trying to SUM on the last occurrence of the duplicate. Any help would be greatly appreciated.
Thanks,
Larry