dmyoungsal
Registered User.
- Local time
- Today, 00:32
- Joined
- May 1, 2016
- Messages
- 112
I have an module that exports data to a CSV. My problem is that the data comes out with double-quotes around all the fields.
what parameter can I use to eliminate this from happening? Below is my code:
DoCmd.TransferText acExportDelim, , "qryRFIDEIDLocation", "p:\rental man\FTPRM\RMUpload.csv", 1
what parameter can I use to eliminate this from happening? Below is my code:
DoCmd.TransferText acExportDelim, , "qryRFIDEIDLocation", "p:\rental man\FTPRM\RMUpload.csv", 1