Clients make payments on loans, they are inserted into tblPayments. I need to return a list of the LAST PAYMENT made by each client. I need to see clientID, PaymentDate, and PaymentAmount.
client1 2/2/2007 $100 < this is the last payment they made, they may have made other payments but this was the last.
client2 3/2/2007 $50 < this is the last payment they made, they may have made other payments but this was the last.
client3 4/1/2007 $1000 < thi si the last payment they made, they may have made other payments but this was the last.
etc...
Thank you
Jackxxx
client1 2/2/2007 $100 < this is the last payment they made, they may have made other payments but this was the last.
client2 3/2/2007 $50 < this is the last payment they made, they may have made other payments but this was the last.
client3 4/1/2007 $1000 < thi si the last payment they made, they may have made other payments but this was the last.
etc...
Thank you
Jackxxx