Hi All
Can any one please help me in problem.I want to export details of a access table to a csv file
for that i have written the following code
filepath = "\\accs03-003fs\Databases \Development\AC CFIN_Group_Sale s\v2.0 Development\fil ename"
DoCmd.TransferT ext acExportDelim, , "tab_Customers" , filepath
but after executing the above command i am getting "Cannot update database or Object is read only".Why is it so..
then one more doubt is that can i export a result of a query to csv file rather than table name.Thanks in advance
Can any one please help me in problem.I want to export details of a access table to a csv file
for that i have written the following code
filepath = "\\accs03-003fs\Databases \Development\AC CFIN_Group_Sale s\v2.0 Development\fil ename"
DoCmd.TransferT ext acExportDelim, , "tab_Customers" , filepath
but after executing the above command i am getting "Cannot update database or Object is read only".Why is it so..
then one more doubt is that can i export a result of a query to csv file rather than table name.Thanks in advance
Comment