Eddie Mason
Registered User.
- Local time
- Today, 01:47
- Joined
- Jan 31, 2003
- Messages
- 142
I am running a query from a form to export the selected records to a .csv file. This works perfectly except that I want it exported in UFT-8 format. Is there way that I can do this?
The code that I am using is as follows:
The fields appended to NewProducts are so that the query can be run several times, on different selected record sets, without overwriting early exports.
DoCmd.TransferText acExportDelim, , "qryPublishNewProd","C:\Updates\Imports\NewProducts" & DateY & DateM & DateD & Suff1 & ".csv", -1
I hope someone can help on this.
Kind regards
Eddie
The code that I am using is as follows:
The fields appended to NewProducts are so that the query can be run several times, on different selected record sets, without overwriting early exports.
DoCmd.TransferText acExportDelim, , "qryPublishNewProd","C:\Updates\Imports\NewProducts" & DateY & DateM & DateD & Suff1 & ".csv", -1
I hope someone can help on this.
Kind regards
Eddie