![]() |
|
Recordset.edit in a Loop (VB6 DAO) - Printable Version +- Southperry.net (https://www.southperry.net) +-- Forum: Social (https://www.southperry.net/forumdisplay.php?fid=14) +--- Forum: Rubik's Cube (https://www.southperry.net/forumdisplay.php?fid=58) +--- Thread: Recordset.edit in a Loop (VB6 DAO) (/showthread.php?tid=47834) |
Recordset.edit in a Loop (VB6 DAO) - FenixR - 2011-10-12 Code: Dim R As IntegerSadly doing it like this only loops once before going error code "Update or CancelUpdate without addnew or edit" on me Someone knows of a way to make it Edit all the records and not just only the first one? (Btw .AddNew Works like a charm, its .Edit that im having a problem with) Recordset.edit in a Loop (VB6 DAO) - FenixR - 2011-10-12 Hate Myself for doing a thread out of this, The Solution: Code: Dim R As IntegerWorks like a charm now Recordset.edit in a Loop (VB6 DAO) - Spaz - 2011-10-12 My condolences for having to work with that language. |