generate a table from a sql string VBA/DAO
Is there a way in VBA/DAO to create a table off of a query. I would like to reference a query and generate a table that's a direct copy of the data in the query. The ideal would be if a query could be selected and a table name could be generated "on-the-fly" and reused without having to use separate "make-table" queries.
Any ideas on the best way to do this?
Thanks.
Is there a way in VBA/DAO to create a table off of a query. I would like to reference a query and generate a table that's a direct copy of the data in the query. The ideal would be if a query could be selected and a table name could be generated "on-the-fly" and reused without having to use separate "make-table" queries.
Any ideas on the best way to do this?
Thanks.
Last edited: