S
Steve
I am using the command below to create a .txt file frm a
query.
DoCmd.TransferText
acExportDelim, "qryInvoicesTXTSpec", "qryInvoicesTXT", "Ste
ve", False
I have successfully exported the query manually, that was
when I created the spec file, but when I try it from a
form using the command above I get error 3027, Cannot
update. Database or object is read only.
Can anyone offer any help on this?
query.
DoCmd.TransferText
acExportDelim, "qryInvoicesTXTSpec", "qryInvoicesTXT", "Ste
ve", False
I have successfully exported the query manually, that was
when I created the spec file, but when I try it from a
form using the command above I get error 3027, Cannot
update. Database or object is read only.
Can anyone offer any help on this?