Data Import from .TXT to MS Access 2003 -
i have .txt file contains data of access table. using import utility of ms access 2003 import data text file table. theere 1 data in text file has space @ left.therefore data looks :: [ 12461]. when import completed data in table looks :: [12461]. left space trimmed. result data getting changed. help?
well. both leading , trailing spaces trimmed when import .txt data access. case if specify column data type either text or number. suggest following workaround depends on how data have. so:
- replace spaces in original .txt file e.g. "^^^". should character(s) know not exist in file.
- do regular import. please note altered columns automatically typed text.
- do ctrl+h replace "^^^" whitespace. fix leading spaces only, though.
Comments
Post a Comment