D
Dennis
In Access 2003, I've setup a TransferText action, to programmatically import
tables into a database. No problem, except that the import process isn't
recognizing the Tab delimiters of the row data. Here's what I'm using:
DoCmd.TransferText acImportDelim, , TableName & "TEMP", FullName, -1
Since the character is a Tab, I don't think I need to have a value for the
SpecificationName (at least that's what the Help facility tells me - that I
don't need a specification. If I do, how do I create one, and can I use the
same one for all the files I import?)
Note that all the columns end up as a single column in the table.
Any thoughts on this issue would sure be appreciated.
TIA!
tables into a database. No problem, except that the import process isn't
recognizing the Tab delimiters of the row data. Here's what I'm using:
DoCmd.TransferText acImportDelim, , TableName & "TEMP", FullName, -1
Since the character is a Tab, I don't think I need to have a value for the
SpecificationName (at least that's what the Help facility tells me - that I
don't need a specification. If I do, how do I create one, and can I use the
same one for all the files I import?)
Note that all the columns end up as a single column in the table.
Any thoughts on this issue would sure be appreciated.
TIA!