How can I build a recordset to insert records into a table

From: bookreader127 (bookreader127_at_yahoo.com)
Date: 03/27/05


Date: Sun, 27 Mar 2005 00:44:40 GMT

I have used recordsets quite a bit to hold the results of SELECT
statements and then added records with that recordset.

I would like to be able to build a recordset just for inserting w/o
ever using a SELECT statement. Can that be done? If so, can you tell
me the general idea or point me to an article on the web?

Thanks.