J
Jesper F
I'm wondering -
which is better/faster/safer when inserting new records
with varying values into a table through code.
Using rs.addnew... rs!value...rs.update
or
a loop with a series of db.execute(INSERT INTO..) commands?
Thanks for any input.
which is better/faster/safer when inserting new records
with varying values into a table through code.
Using rs.addnew... rs!value...rs.update
or
a loop with a series of db.execute(INSERT INTO..) commands?
Thanks for any input.