G
Guest
I open a recordset into a table that may or may not return rows. If it does
not return a row, I .AddNew one. This repeats as required. For instance, if
the recordset had two rows and I'm adding four, it should re-use the first
two and then .AddNew two new ones.
Is it OK to .MoveNext on a newly created row? It seems to work OK, but I
just want to make sure there's no edge cases?
Maury
not return a row, I .AddNew one. This repeats as required. For instance, if
the recordset had two rows and I'm adding four, it should re-use the first
two and then .AddNew two new ones.
Is it OK to .MoveNext on a newly created row? It seems to work OK, but I
just want to make sure there's no edge cases?
Maury