I currently have a Make-table Query (qryMake) which outputs the result to a table in a seperate database. It takes anywhere from 2 minutes to 10 minutes to run and I would like to make this quicker by using recordsets if possible.
I have also set qryMake as a querydef and executed it which does run quicker, but ... well, hear me out.
If I us the same SQL conditions as qryMake, but in a select query (qrySel) and open a recordset from qrySel it only takes a few seconds.
So - I have my recordset with the data in it that I want selected. How do I get this into the table in the other database?
Can I somehow paste the data from a recordset into a table? or transfer it? or something? I can't seem to find a thread which explains it. I found one that seems to say this is not possible, but I hope I misread it.
Thanks in advance
I have also set qryMake as a querydef and executed it which does run quicker, but ... well, hear me out.
If I us the same SQL conditions as qryMake, but in a select query (qrySel) and open a recordset from qrySel it only takes a few seconds.
So - I have my recordset with the data in it that I want selected. How do I get this into the table in the other database?
Can I somehow paste the data from a recordset into a table? or transfer it? or something? I can't seem to find a thread which explains it. I found one that seems to say this is not possible, but I hope I misread it.
Thanks in advance