what a problem? post your code friend and show the effort and you will get help from many people here :)
Estella
Junior Poster in Training
99 posts since Jan 2008
Reputation Points: 64
Solved Threads: 7
if you want to save the data then no need to open the record set at all.
Try using this sample code
'con is the adodb connection object
con.BeginTrans
con.execute "your insert or update statement here."
con.CommitTrans
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434