SELECT Table4.month,table4.year, Max(Table3.Amt)as amt FROM Table3, Table4 where table4.month>=table3.month and table4.year>=table3.year group by table4.month , table4.year
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)