cparralesl
Programmer
Hi Guys,
I've searched similar posts with no luck.
I need to create an Access 2007 table from an ADODB.Recordset, but i do not have any clue.
I can create a table from another table using this:
[tt]dbsCurrent.Execute "SELECT Journal.* INTO JOURNAL01 FROM Journal;"[/tt]
But using ADODB, i do not know how to.
I will appreciate your feedbacks about it.
Best regards,
Cesar Humberto Parrales
Application Support
I've searched similar posts with no luck.
I need to create an Access 2007 table from an ADODB.Recordset, but i do not have any clue.
I can create a table from another table using this:
[tt]dbsCurrent.Execute "SELECT Journal.* INTO JOURNAL01 FROM Journal;"[/tt]
But using ADODB, i do not know how to.
I will appreciate your feedbacks about it.
Best regards,
Cesar Humberto Parrales
Application Support