robertbwainwright
Registered User.
- Local time
- Yesterday, 21:25
- Joined
- May 2, 2012
- Messages
- 62
I'm trying to import a pipe delimited text file into a table. I can import the entire table using the following code, but I only get one column of data (the entire data set in one column). If possible I would like to import with the columns defined or if not possible use some code for a function similar to text to columns. Any help is appreciated.
Code:
DoCmd.TransferText acImportDelim, , "tblTest", "C:\Work\2015\PPV\MasterData.txt"