G
Guest
I've used the following code in VBA for years, now it export the data in the incorrect format, '17.' instead of '17.25'. I'm losing the precision on all the data. Also integers are being exported as '482.' The only thing that has changed is that I've run the 'recommended' Office updates. Please help
DoCmd.TransferText acExportDelim, "MAExport Specification", "MAExport", "\\tornado\diatom\peru\data\T0s5.txt"
DoCmd.TransferText acExportDelim, "MAExport Specification", "MAExport", "\\tornado\diatom\peru\data\T0s5.txt"