- Joined
- Sep 6, 2011
- Messages
- 1
- Reaction score
- 0
Hi
I am trying to export a file from access and I have given this command
DoCmd.TransferText acExportFixed, , "Orders", "C:\MyFiles\Export\cc.txt", True
and I tried all the possibilities. The command executes successfully but, I did not find the file cc.txt - I tested through query and my table has records. My only problem is that it is not writing the file into the folder or anywhere else.
Any help is appreciated and my advance thanks
Thanks,
Sankara
I am trying to export a file from access and I have given this command
DoCmd.TransferText acExportFixed, , "Orders", "C:\MyFiles\Export\cc.txt", True
and I tried all the possibilities. The command executes successfully but, I did not find the file cc.txt - I tested through query and my table has records. My only problem is that it is not writing the file into the folder or anywhere else.
Any help is appreciated and my advance thanks
Thanks,
Sankara