A
aMack
There is a code that I would like to duplicate and use for a different table
source but it is not working.
The original code is:
DoCmd.TransferText acExportDelim, "EDI Export Specification", "EDI",
"\\d:\Maersk EDI\Maersk EDI.txt"
I need to make the same kind of export procedure for a different table [EDI
TRAC]
DoCmd.TransferText acExportDelim, "EDI Export Specification", "EDI",
"\\d:\Maersk EDI\EDI TRAC.txt"
The result is empty although the data table is not.
What is, where and how do I design the Export specification?
Thanks
source but it is not working.
The original code is:
DoCmd.TransferText acExportDelim, "EDI Export Specification", "EDI",
"\\d:\Maersk EDI\Maersk EDI.txt"
I need to make the same kind of export procedure for a different table [EDI
TRAC]
DoCmd.TransferText acExportDelim, "EDI Export Specification", "EDI",
"\\d:\Maersk EDI\EDI TRAC.txt"
The result is empty although the data table is not.
What is, where and how do I design the Export specification?
Thanks