Export to Excel

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?
 

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.

Ask a Question

Top