add a whole recordset to a table

sampun

Registered User.
Local time
Today, 06:54
Joined
Mar 26, 2007
Messages
10
All,

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

thanks,
 
You can use an sql INSERT INTO statement and either specify a value list or a select statement to append from another table.
 

Users who are viewing this thread

Back
Top Bottom