hi;
I have a recordset which contains some data, now the recordset is there, I want to add those data into a empty table.
I can use "while loop" to grap the data from recordset row by row and add to the table, until .EOF is true.
I am think if it is possible that I can copy the recordset and paste those data to the empty table using a single command?
Thanks.
JT
I have a recordset which contains some data, now the recordset is there, I want to add those data into a empty table.
I can use "while loop" to grap the data from recordset row by row and add to the table, until .EOF is true.
I am think if it is possible that I can copy the recordset and paste those data to the empty table using a single command?
Thanks.
JT