B
Bob Tindall
If I do a DoCmd.TransferText to export from a query and
set the export file name to xxxxx.xls I get "Error 3027,
Can't update. Database or object is read only.". The full
line of code is:
DoCmd.TransferText
acExportDelim, "OpenAccountsExportInvoices", "qryOpenAccoun
tsExportTable", sPathname, False
sPathname is a string variable containing a full pathname
including a filename ending in ".xls". If I change this
to ".csv" it exports OK.
I am running WinXP Pro. The error occurs with any version
of Access (Access97, 2000 or XP). It does not occur on
Win98 or Win2K.
Anyone seen this before? I can't find anything in the
knowledge base about it.
Thanks, Bob
set the export file name to xxxxx.xls I get "Error 3027,
Can't update. Database or object is read only.". The full
line of code is:
DoCmd.TransferText
acExportDelim, "OpenAccountsExportInvoices", "qryOpenAccoun
tsExportTable", sPathname, False
sPathname is a string variable containing a full pathname
including a filename ending in ".xls". If I change this
to ".csv" it exports OK.
I am running WinXP Pro. The error occurs with any version
of Access (Access97, 2000 or XP). It does not occur on
Win98 or Win2K.
Anyone seen this before? I can't find anything in the
knowledge base about it.
Thanks, Bob