"Either BOF or EOF is True, or the current record has been deleted.REquested operation requires a current record"
i have a datagrid...when i am testing the update option it seems to no longer be wrking. Basically i can a new row to the datagrid and want to save that....
i rs.addNew until the rs.RecordCounter = length off datagrid then
i copy what is in the 1st row of the datagrid to the rs and then rs.Update
rs.MoveNext until i copy them all.... but now it just gives me the above error after copying the 1st row
