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:

  1. replace spaces in original .txt file e.g. "^^^". should character(s) know not exist in file.
  2. do regular import. please note altered columns automatically typed text.
  3. do ctrl+h replace "^^^" whitespace. fix leading spaces only, though.

Comments

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -