G
Guest
In vb, is there an easy way to create a temporary recordset with the same
field structure as an exsisting table and then append the entire recordset to
the table? Is there a command to do this, or do I need to create a custom
handler to iterate through each record and run some "INSERT INTO" for each
record?
field structure as an exsisting table and then append the entire recordset to
the table? Is there a command to do this, or do I need to create a custom
handler to iterate through each record and run some "INSERT INTO" for each
record?