A
Al
I am importing from a text file using the following line of
code:
DoCmd.TransferText acImportDelim,
"CBC_Import_Specification", tblName, Me![FileFolder], False
everything is working fine. I only have a little problem.
because of the fact that the text file that I am importing
from has columns by tab spacing, when I import to the table
in access some fields have square characters equal to the
number of tab spacing. I used trim and LTrim but It did not
work. It is hard to go to the text files and fix them all,
they are too many. Any Ideas?
thanks
Al
code:
DoCmd.TransferText acImportDelim,
"CBC_Import_Specification", tblName, Me![FileFolder], False
everything is working fine. I only have a little problem.
because of the fact that the text file that I am importing
from has columns by tab spacing, when I import to the table
in access some fields have square characters equal to the
number of tab spacing. I used trim and LTrim but It did not
work. It is hard to go to the text files and fix them all,
they are too many. Any Ideas?
thanks
Al