L
Lee Schipper
Using Access 97
I need to link to external tab-delimited text files. I am familiar with
link specifications and the DoCmd.TransferText method, however the columns
and data types in the linked files will change over time so I cannot create
a link specification using the Link Text wizard.
I would like to create a link specification dynamically from code.
I have looked at the MSysIMEXSpecs and MSysIMEXColumns tables and they look
pretty straightforward so I am tempted to just add my specification right
there, but I would rather use a standard supported approach if one exists.
Is there a proper way to do this?
TIA!
Lee
I need to link to external tab-delimited text files. I am familiar with
link specifications and the DoCmd.TransferText method, however the columns
and data types in the linked files will change over time so I cannot create
a link specification using the Link Text wizard.
I would like to create a link specification dynamically from code.
I have looked at the MSysIMEXSpecs and MSysIMEXColumns tables and they look
pretty straightforward so I am tempted to just add my specification right
there, but I would rather use a standard supported approach if one exists.
Is there a proper way to do this?
TIA!
Lee