K, I get my data... change the value I want... then I am trying this:
(I commented out where I tried to create the UpdateCommand, cause that didn't work.)
I just want to update that one stinking field. Any ideas?
Code:
objRow("wOrders") = strNewNumI
'objAdapt.UpdateCommand.CommandText = "UPDATE tblNewOrderNum SET wOrder = '" & strNewNumI & "'"
'objAdapt.UpdateCommand.Connection = objAdapt.SelectCommand.Connection
objAdapt.Update(objRow(0), "NewOrders")
(I commented out where I tried to create the UpdateCommand, cause that didn't work.)
I just want to update that one stinking field. Any ideas?