msado15: Move to newly created row in Recordset::AddNew.
commit8a4e235efca17dbd46ba382e1787203e8247b2d4
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Wed, 4 Oct 2023 05:55:11 +0000 (4 16:55 +1100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 5 Oct 2023 16:49:44 +0000 (5 18:49 +0200)
treec600501f3b105246c561ba8f8bf4a43c0ae5943a
parent0d3ff192aaad8b65eb25ea426442760ebc4e35d0
msado15: Move to newly created row in Recordset::AddNew.

It's valid to have a recordset with existing rows.  AddNew needs to
move to newly created row, so existing won't be used.
dlls/msado15/recordset.c