Text Data Import

Z

zyus

I need to simplify my work when importing text data. Every time when i import
text data i have to break line (setting column) and etc.

Is there any way that i can just built the text data spec in access table
and run some code/command to import it.

Thanks
 
D

Daniel

You should look at the TransferText Method. Using it you should be able to
automate your import process completly,
 
Top