M
Mike D
I am using Access 2003 and have an issue. I am importing a delimited text
file with a pipe delimiter. I have one field named or_name. I need to have
the trailing spaces imported with the field name. Access truncates the spaces
on import, and it does import the leading spaces. This is the only field I
need to have the trailing spaces imported.
I am using the code:
DoCmd.TransferText acImportDelim, "Org_ip Import Specification", "Org_ip",
CurDir$ & "\Org_ip.txt", False, ""
Is there anyplace or any way to import the trailing spaces.
file with a pipe delimiter. I have one field named or_name. I need to have
the trailing spaces imported with the field name. Access truncates the spaces
on import, and it does import the leading spaces. This is the only field I
need to have the trailing spaces imported.
I am using the code:
DoCmd.TransferText acImportDelim, "Org_ip Import Specification", "Org_ip",
CurDir$ & "\Org_ip.txt", False, ""
Is there anyplace or any way to import the trailing spaces.