DUE_DATE OPB 10/20/14 1000 11/20/14 2000 12/20/14 3000 1/20/15 4000 2/20/15 5000 3/20/15 6000
MONTH_APPLIED OPB 1500 3000 4500 6000
DUE_DATE
MONTH_APPLIED
MONTH_APPLIED OPB 10/20/14 1500 12/20/14 3000 1/20/15 4500 3/20/15 6000
If DataGridView2.Rows(0).Cells("OPB").Value > DataGridView1.Rows(0).Cells("OPB").Value Then 'what code should i put to get the output ElseIf DataGridView2.Rows(0).Cells("OPB").Value < DataGridView1.Rows(0).Cells("OPB").Value Then 'what code should i put to get the output End If
OPB
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)