View Full Version : add a whole recordset to a table


sampun
04-17-2007, 12:16 AM
All,

I want to add a whole recordset to a table without having to add one record at a time, is this possible?

thanks,

Dennisk
04-17-2007, 01:24 AM
You can use an sql INSERT INTO statement and either specify a value list or a select statement to append from another table.