MikeAngelastro
Programmer
Hi,<br>
I'm trying to automate the exportation of a table that contains only text fields as a fixed-width text file. I am able to export it manually using the menu and the export wizard. When I use the code below I get an error 3027 (Can't update. Database or object is read-only).<br>
<br>
DoCmd.TransferText acExportFixed, "SprintFormatExportSpec", "SprintFormat", "C:\Entel\ATTDate", False<br>
<br>
What am I doing wrong?<br>
Thanks,<br>
Mike
I'm trying to automate the exportation of a table that contains only text fields as a fixed-width text file. I am able to export it manually using the menu and the export wizard. When I use the code below I get an error 3027 (Can't update. Database or object is read-only).<br>
<br>
DoCmd.TransferText acExportFixed, "SprintFormatExportSpec", "SprintFormat", "C:\Entel\ATTDate", False<br>
<br>
What am I doing wrong?<br>
Thanks,<br>
Mike