1,512 questions
Hi GregFinzer,
Can't tell what is wrong.
"reportName" and "exportFilePath"....are these variables declared?
It's better that you show us your full code.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am running several commands as part of my Access application, none of them work now in Access 2016. It locks up access and never responds.
DoCmd.OutputTo acOutputReport, reportName, acFormatRTF, exportFilePath
Call DoCmd.TransferSpreadsheet(acExport, acSpreadsheetTypeExcel9, queryName, exportFilePath, True)
DoCmd.OutputTo acOutputReport, reportName, acFormatHTML, exportFilePath, 0
DoCmd.OutputTo acOutputReport, reportName, acFormatHTML, exportFilePath, 0
Call DoCmd.TransferText(acExportDelim, "", TableName, path, True)
Hi GregFinzer,
Can't tell what is wrong.
"reportName" and "exportFilePath"....are these variables declared?
It's better that you show us your full code.