D
dhoover via AccessMonster.com
I have a query that looks that this:
Customer1 Loan#1 Date Rate
Customer1 Loan#1 Date Rate
Customer1 Loan#2 Date Rate
Customer2 Loan#1 Date Rate
Customer3 Loan#1 Date Rate
I need to be able to pull the max date for each loan # for each customer, so
in the example above I would get two results for customer1 and one result for
customer2 and customer3.
I've tried using max date, but that's not woring like I need it to
Customer1 Loan#1 Date Rate
Customer1 Loan#1 Date Rate
Customer1 Loan#2 Date Rate
Customer2 Loan#1 Date Rate
Customer3 Loan#1 Date Rate
I need to be able to pull the max date for each loan # for each customer, so
in the example above I would get two results for customer1 and one result for
customer2 and customer3.
I've tried using max date, but that's not woring like I need it to