Hello,
I'm looking to create a table dynamically from a recordset that I created. For example, I have a select query from an external database and have the results in a recordset object. For my project, the fields of this recordset are different based on the different datasources that I am using. From there I need to take that recordset and create a temporary table using its fields and results. I am using many different datasources so I wanted to use 1 function for all of them.
Thanks!
I'm looking to create a table dynamically from a recordset that I created. For example, I have a select query from an external database and have the results in a recordset object. For my project, the fields of this recordset are different based on the different datasources that I am using. From there I need to take that recordset and create a temporary table using its fields and results. I am using many different datasources so I wanted to use 1 function for all of them.
Thanks!