You're adding multiple records? If you can create a single append query
that selects all the records you want to append from some source table
and inserts them into the target table, it will be much faster than any
loop you can build. As I said, DAO will almost certainly be faster than
ADO, but that difference pales in comparison to the improvement to be
gained by appending all the desired records with a single query.
Please post the actual code you're using, and I'll try to suggest a more
efficient version.
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)