Export to Excel

  • Thread starter Thread starter Pete S
  • Start date Start date
P

Pete S

We have a database that has been converted to 2000 from
97. The database outputs queries and tables to Excel.
This has worked correctly in the 97 version. In 2000 we
get a cannot update; database or object is read only.

Works also if you perform the export manually.

Have tried different excel versions.

Code:
DoCmd.TransferSpreadsheet acExport,
acSpreadsheetTypeExcel7, "qrySAL2_4", outdir
& "BillErrors" & seldate & ".xls"

Any suggestions?
 
Back
Top