C
CJ_DB
Folks, thank you in advance for your help.
I have a directory of tab delimited text data files I would like to link to
my database (programmiclly) and do some processing(programmiclly). Each text
file has a header row of field names and then the data. I have no way of
wading thru the hundreds of files and using the link wizard to manually
create a link/import specification. I need all the data types to be text. I
have used Text;;FMT=Delimited;HDR=Yes;IMEX=1;CharacterSet=437;DATABASE=xxx.md
which gives me only 1 unseparted field of data. Same for DoCmd.TransferText
acLinkDelim,xxx,xxx,xxx
The big problem is creating the link specification on the fly. Thanks for
any help.
I have a directory of tab delimited text data files I would like to link to
my database (programmiclly) and do some processing(programmiclly). Each text
file has a header row of field names and then the data. I have no way of
wading thru the hundreds of files and using the link wizard to manually
create a link/import specification. I need all the data types to be text. I
have used Text;;FMT=Delimited;HDR=Yes;IMEX=1;CharacterSet=437;DATABASE=xxx.md
which gives me only 1 unseparted field of data. Same for DoCmd.TransferText
acLinkDelim,xxx,xxx,xxx
The big problem is creating the link specification on the fly. Thanks for
any help.