I'm looking for an fast way to send a recordset created from an sql query in excel to a tempory table in access. All the code would be in excel. I've got the recordset. Is there a way to create an access table and do a copyfromrecordset to it?? Also i create the recordset using ADODB.Recordset with a library reference to the ActiveX data obj 2.8 (ADO). Prefer a solution that works similar.
Thank you
Thank you