J
Joe Delphi
Hi,
I am attempting to update some rows in a table using the code below
Dim rs As ADODB.Recordset
Dim MonthID(240) As Integer
Dim i, j As Integer
Dim PctTotalCost(240) As Double
Dim MonthlyConstCost(240) As Currency
Dim strUpdate As String
Dim cmdCommand As ADODB.Command
I am attempting to update some rows in a table using the code below
Dim rs As ADODB.Recordset
Dim MonthID(240) As Integer
Dim i, j As Integer
Dim PctTotalCost(240) As Double
Dim MonthlyConstCost(240) As Currency
Dim strUpdate As String
Dim cmdCommand As ADODB.Command