M
Mac
Dear all,
I'm trying to create a report that whn closing asks the user if they
wish to create an Excel file based on the report data for future
import into my database, (the data for reason to boring and endless to
go into has to get external approval before being added hence the
report and the export/import routine). I have my sql statement and
have gotten as far:
SQL01= "SELECT etc.......".
Docmd.runsql
My question is where to go from here, should docmd.runsql be
docmd.transferspreadsheet (in which case how do I reference my SQL
statement) or is there something else I need to do first ?
TIA
Andy
I'm trying to create a report that whn closing asks the user if they
wish to create an Excel file based on the report data for future
import into my database, (the data for reason to boring and endless to
go into has to get external approval before being added hence the
report and the export/import routine). I have my sql statement and
have gotten as far:
SQL01= "SELECT etc.......".
Docmd.runsql
My question is where to go from here, should docmd.runsql be
docmd.transferspreadsheet (in which case how do I reference my SQL
statement) or is there something else I need to do first ?
TIA
Andy