Just upgraded to office xp from 97 and get "Run time error 3027" from following statement which just tries to export a table to a text file
DoCmd.TransferText acExportFixed, "Dafr3111 Spec", "Dafr3111", "c:\tom"
Worked just fine on 97 version. Also I can manually do the transfer text from the table using the same spec refer above. Also, the table Dafr3111 opens just fine when dbl clicking on it.
Any help would be appreciated ...
Thanks Tom Tom Moran
Lansing, Michigan
DoCmd.TransferText acExportFixed, "Dafr3111 Spec", "Dafr3111", "c:\tom"
Worked just fine on 97 version. Also I can manually do the transfer text from the table using the same spec refer above. Also, the table Dafr3111 opens just fine when dbl clicking on it.
Any help would be appreciated ...
Thanks Tom Tom Moran
Lansing, Michigan