Hi,
I am writing a VBA Access 97 module that carries out a simple query on an acces table.
I would like it to be able to use a DAO recordset to hold the result of the query, and then export the result to an Excel 97 spreadsheet.
I know it is possible to export from an Access table to Excel, just wondered if it is possible to do this from a recordset? or do I need to insert into a table first?
Thanks,
MrPeds
I am writing a VBA Access 97 module that carries out a simple query on an acces table.
I would like it to be able to use a DAO recordset to hold the result of the query, and then export the result to an Excel 97 spreadsheet.
I know it is possible to export from an Access table to Excel, just wondered if it is possible to do this from a recordset? or do I need to insert into a table first?
Thanks,
MrPeds