I need to get the largest payment and date of the payment for all clients. My table has clientID, AmountPaid, and PayDate fields. I have tried using max() on the amountpaid but it does not work, the max date might not be the date the largest payment was made.
Any help is greatly appreciated.
Thank you,
Any help is greatly appreciated.
Thank you,