G
Guest
I CAN import a multi-field comma-delimit text file manually, but CANNOT do so
through code like this:
docmd.transfertext acImportDelim, , "tblname", "c:\filename"
The imported data turns out to be one field in the new table.
By the way, the source text file looks like:
xxxxxx;yyyyy;zzzzz
xxxxxx;yyyyy;zzzzz
Why? Any sulotion?
Thanks!
Howard
through code like this:
docmd.transfertext acImportDelim, , "tblname", "c:\filename"
The imported data turns out to be one field in the new table.
By the way, the source text file looks like:
xxxxxx;yyyyy;zzzzz
xxxxxx;yyyyy;zzzzz
Why? Any sulotion?
Thanks!
Howard