E
Edwin Knoppert
I'm generating an MDB or XLS or CSV from an access database (MDB)
I want to copy all records in the query over to the newly created database
and (empty) table.
I seen: http://www.w3schools.com/sql/sql_select_into.asp which only shows a
basic select into..
Assume i have two connections open, the xls table i can create if it's a
must.
I wanted to use alias fieldnames so the target may have a different
fieldname.
Possibly even the target tablename could be different, while this is not an
issue yet.
Any idea? (besides some dumb and slow row/col loop)
Remember, from MDB to XLS e.o..
I want to copy all records in the query over to the newly created database
and (empty) table.
I seen: http://www.w3schools.com/sql/sql_select_into.asp which only shows a
basic select into..
Assume i have two connections open, the xls table i can create if it's a
must.
I wanted to use alias fieldnames so the target may have a different
fieldname.
Possibly even the target tablename could be different, while this is not an
issue yet.
Any idea? (besides some dumb and slow row/col loop)
Remember, from MDB to XLS e.o..