Talismanic
Registered User.
- Local time
- Today, 23:48
- Joined
- May 25, 2000
- Messages
- 377
I am trying to automate the process of exporting a database to a comma delimited txt file but I can not find a way to remove the quotes Access insists on putting around the fields. Any body know of a way?
DoCmd.TransferText acExportDelim, , "BidtekRejoinReport", _
"C:\DatabaseText.txt", False
DoCmd.TransferText acExportDelim, , "BidtekRejoinReport", _
"C:\DatabaseText.txt", False