|
-
Dec 14th, 2009, 08:16 AM
#1
Thread Starter
Fanatic Member
addnew record to recordset - performance issue
Hi,
I have a large ms access table and would like to add new record to it from an unbound form.
Currently this is the code:
set rst= currentdb.openrecordset ("table1")
rst.addnew
rst!id= myID
rst!name= myname
rst.update
Thing is that opening the record set is very slow (again a big table).
any ideas how to improve performance on this?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|