bostonfrog
Programmer
I was trying to import an Excel datasheet with an EmployeeID column formatted as Text in Excel, and I want it to remain a text field in Access, because some of the EmployeeIDs have leading zeros that should not be truncated, e.g. 0023335. It imports EmployeeID as datatype double. But since the datatype textbox is disabled in the import dialog, I can't change its datatype. Thus, it won't import any records with leading zeros, and creates an error log table. All I could do was basically create a new blank table and cut and paste the cells from Excel. It worked, but was sort of primitive. Why does Access convert these text-formatted columns in Excel to datatype double on import? Anyway to get around this?
-- Michel
-- Michel