FuzMic
DataBase Tinker
- Local time
- Today, 13:29
- Joined
- Sep 13, 2006
- Messages
- 744
Hi guys: 

Back again asking for help
We know the following will export to a delimited text.
DoCmd.TransferText acExportDelim, , "A-Table", "textDelimit"
However needs help to changed separator to say |, the standard is comma, how do do it?
Another question:
Once the text file is created, how to add another text line at the top of the file or append at the bottom.


Back again asking for help
We know the following will export to a delimited text.
DoCmd.TransferText acExportDelim, , "A-Table", "textDelimit"
However needs help to changed separator to say |, the standard is comma, how do do it?
Another question:
Once the text file is created, how to add another text line at the top of the file or append at the bottom.