Access欄位就算設為長文字,匯入 Excel 時仍會以前 8 行的資料長度來做判斷。
如果你的前 8 行資料都低於 255 個字元,就會被當成文字欄位,然後資料會在 255 個字元被截斷。唯一的解法就是把最長字串的幾筆提到最前頭再匯入。
Ref. [Importing excel spreadsheet truncates field to 255 characters | Access World Forums --- 導入 Excel 電子表格將字段截斷為 255 個字元 |Access World論壇](https://www.access-programmers.co.uk/forums/threads/importing-excel-spreadsheet-truncates-field-to-255-characters.329022/)
如果你的前 8 行資料都低於 255 個字元,就會被當成文字欄位,然後資料會在 255 個字元被截斷。唯一的解法就是把最長字串的幾筆提到最前頭再匯入。
Ref. [Importing excel spreadsheet truncates field to 255 characters | Access World Forums --- 導入 Excel 電子表格將字段截斷為 255 個字元 |Access World論壇](https://www.access-programmers.co.uk/forums/threads/importing-excel-spreadsheet-truncates-field-to-255-characters.329022/)
Tags
隨手寫