stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 891
|
Re: DAO RecordSet
Hi,
Your syntax is correct and only using Access it's probably about as good as you are going to get.
Some things you can do.
Dont keep closing the recordset between calls to "addnew" will help.
use updatebatch not update
Alternatively,
I would recommend using Text importing in access to bulk import the data, then use queries to mess around with it (formatting, etc.) - much much quicker
Hope this helps,
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|