index lost when export to csv file
Hello,
I have a number of indexed tables I need to export in a csv file. But for some reason, the index is "lost" during the export.
Here is my code:
DoCmd.TransferText acExportDelim, "BrokersBSpecs", _
"BrokersBCSV", "k:\brokerB.csv", False
The "brokersBSpecs" has the specifications for the export and it also includes the index.
Do anyone of you know how I can keep my index.
Thank you!:)
|