G
Guest
Linking to file using menus works fine, but the following code fails:
DoCmd.TransferText acLinkDelim, , "Jimbo",
"\\Newdell\BU\LinkFiles\aCASEN220Sprg2005.txt", True
It creates a linked table with all the tabs in the header row replaced with
Underbars and the entire header row in the first column. Additional columns
are named F1, F2, etc. but number of columns well short of requirement.
Subsequent rows have embedded tab characters.
Any thoughts?
DoCmd.TransferText acLinkDelim, , "Jimbo",
"\\Newdell\BU\LinkFiles\aCASEN220Sprg2005.txt", True
It creates a linked table with all the tabs in the header row replaced with
Underbars and the entire header row in the first column. Additional columns
are named F1, F2, etc. but number of columns well short of requirement.
Subsequent rows have embedded tab characters.
Any thoughts?