TrasnferText acImportDelim? (1 Viewer)

Rick Stanich

King and Supreme Ruler
Local time
Today, 07:04
Joined
May 13, 2009
Messages
93
The code below imports my text file, but it ignores most spaces leaving me a useless table of concatenated data.
The text file is space delimited.
Code:
DoCmd.TransferText acImportDelim, , strTable, strInputFileName, False
How can I import a text file space delimited?
I have no problem importing a space delimited excel file, alas, the program that generates the text file uses its own proprietary crap for exporting. :mad:
If possible I wish to avoid passing the text files thru excel to convert.
 

SOS

Registered Lunatic
Local time
Today, 07:04
Joined
Aug 27, 2008
Messages
3,517
Have you created an import specification yet?
 

Users who are viewing this thread

Top Bottom