Error 3027...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get error 3027 "No se puede actualizar. Base de datos u objeto de solo
lectura"

on the next VBA line:
DoCmd.TransferText acExportFixed, "Plantilla", "Tmp_Data", "TempFile.est",
False

If I change the extension file to TempFile.txt, it works, but I need the
..est extension, what do I need to do?
 
Back
Top