C Chatbox Registered User. Local time Today, 15:01 Joined Aug 30, 2004 Messages 68 Nov 14, 2004 #1 Say I have a table [tbl1] and a recordset [rst1]. The fields in both items are the same. Now, how do I copy/dump/inject (what's the correct term?) the data from the recordset into the table?
Say I have a table [tbl1] and a recordset [rst1]. The fields in both items are the same. Now, how do I copy/dump/inject (what's the correct term?) the data from the recordset into the table?
W WayneRyan AWF VIP Local time Today, 20:01 Joined Nov 19, 2002 Messages 7,120 Nov 14, 2004 #2 Chatbox, Didn't the data in the recordset come from the table? Wayne
C Chatbox Registered User. Local time Today, 15:01 Joined Aug 30, 2004 Messages 68 Nov 15, 2004 #3 I'll try it out...thanks.