P
peter_blind
Hello
I need somebodies help
I have a recordset, that I fill with data:
#--
Set check_64000 = CurrentDb.OpenRecordset(clipstr2)
--#
Now I need to export this recordset into a excelfile, but the only
methode I have found is "CopyFromRecordset", but the methode is really
slow.
Now I try to dump the recordset into a table, that has to have the
same fields and stuff, like my recordset. Then I'll use
"transferspreadsheet" to export it into a excelfile.
Question:
How do I create a table that matches my recordset, and how do I dump
the data into this table ?
thanks
bye
I need somebodies help
I have a recordset, that I fill with data:
#--
Set check_64000 = CurrentDb.OpenRecordset(clipstr2)
--#
Now I need to export this recordset into a excelfile, but the only
methode I have found is "CopyFromRecordset", but the methode is really
slow.
Now I try to dump the recordset into a table, that has to have the
same fields and stuff, like my recordset. Then I'll use
"transferspreadsheet" to export it into a excelfile.
Question:
How do I create a table that matches my recordset, and how do I dump
the data into this table ?
thanks
bye