using DoCmd.TransferText with schema.ini?
Posted
by every_answer_gets_a_point
on Stack Overflow
See other posts from Stack Overflow
or by every_answer_gets_a_point
Published on 2010-06-07T00:33:48Z
Indexed on
2010/06/07
0:42 UTC
Read the original article
Hit count: 493
i need to use DoCmd.TransferText
in vba to import a text comma delimited file. i need to use schema.ini
to specify a schema because it also has quotes around certain fields because those fields contain commas as well and i do not want them to be read as separate fields. can someone help me use DoCmd.TransferText
with schema.ini
to import a file with access-vba into a table?
© Stack Overflow or respective owner