S sampun Registered User. Local time Today, 06:54 Joined Mar 26, 2007 Messages 10 Apr 17, 2007 #1 All, I want to add a whole recordset to a table without having to add one record at a time, is this possible? thanks,
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 AWF VIP Local time Today, 06:54 Joined Jul 22, 2004 Messages 1,649 Apr 17, 2007 #2 You can use an sql INSERT INTO statement and either specify a value list or a select statement to append from another table.
You can use an sql INSERT INTO statement and either specify a value list or a select statement to append from another table.