M
mc
I took over an existing Access application. I am running Access 2003. There
is an existing query that the user runs a macro that creates a spreadsheet
The user wants totals at gl # in the spreadsheet. I created a new report
that uses the existing query and added the totals at the gl footer. I have
no problems running the report, it's called rpt_create_recon_final. I went
to dump this report to excel, when I run the command "docmd.OutputTo
acOutputReport,
"rpt_create_recon_final",acFormatXLS,"c:\temp\output.xls",true", I get the
error message of "Compile Error: Argument not optional". Not sure what I am
doing wrong.
is an existing query that the user runs a macro that creates a spreadsheet
The user wants totals at gl # in the spreadsheet. I created a new report
that uses the existing query and added the totals at the gl footer. I have
no problems running the report, it's called rpt_create_recon_final. I went
to dump this report to excel, when I run the command "docmd.OutputTo
acOutputReport,
"rpt_create_recon_final",acFormatXLS,"c:\temp\output.xls",true", I get the
error message of "Compile Error: Argument not optional". Not sure what I am
doing wrong.