Often it's simplest just to have your code create or modify a QueryDef
and export that. Other possibilities are:
-Have your code incorporate the SELECT statement into a SELECT INTO
(make-table) statement that uses an IN clause to specify the database or
file you want to export the data to.
-Recordset operations and automation (e.g. if exporting to Excel).
-Recordset operations and file I/O operations (if exporting to textfiles
or a custom format)
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.