Peter Bellamy
Registered User.
- Local time
- Today, 12:17
- Joined
- Dec 3, 2005
- Messages
- 295
Can anyone solve this for me?
I am exporting a table into a text file and using a specification to do it.
"strSpec = "Promonth Import File Export Specification"
strFile = "Promonth Import Table dmy"
DoCmd.TransferText acExportDelim, strSpec, strFile, "H:\Userdata\Promonth Import File.csv", False "
One column includes integers, numbers with alphas and integers with leading zeros. Everything exports ok except the numbers with leading zeros, they get removed!
Unfortunately they are needed in the next process and have to be there.
Any suggestions?
Cheers
I am exporting a table into a text file and using a specification to do it.
"strSpec = "Promonth Import File Export Specification"
strFile = "Promonth Import Table dmy"
DoCmd.TransferText acExportDelim, strSpec, strFile, "H:\Userdata\Promonth Import File.csv", False "
One column includes integers, numbers with alphas and integers with leading zeros. Everything exports ok except the numbers with leading zeros, they get removed!
Unfortunately they are needed in the next process and have to be there.
Any suggestions?
Cheers