The data in a linked Excel spreadsheet column is truncated to 255 characters in an Access database (839785)



The information in this article applies to:

  • Microsoft Office Access 2003
  • Microsoft Access 2002
  • Microsoft Access 2000


This article applies only to a Microsoft Access database (.mdb).

Novice: Requires knowledge of the user interface on single-user computers.

SYMPTOMS

When you link to a Microsoft Excel spreadsheet from a Microsoft Access database, and the columns of the Excel spreadsheet contain more than 255 characters, you may notice that the data in the linked table appears truncated after the 255th character.

CAUSE

In Access, when you link to an Excel spreadsheet that contains more than 255 characters, the column of the Excel spreadsheet is mapped to the formatted Memo data type. Because Access treats the formatted Memo field as a text field that has a 255-character limit, you can view only 255 characters. However, the data is not physically truncated in the linked table.

WORKAROUND

To work around this problem, you must import the Excel spreadsheet to an Access table when the columns of the Excel spreadsheet contain more than 255 characters.

STATUS

This behavior is by design.

MORE INFORMATION

In Access, you can set the Format property of the Text field and the Memo field to create custom formats. You can use the following special characters to set the Format property of the Text field and the Memo field:
Special characterDescription
@Text character. Either a character or a space is required.
&Text character is not required.
<Force all characters to lowercase.
>Force all characters to uppercase.
When you link an Excel spreadsheet to an Access database, and the columns of the Excel spreadsheet contain more than 255 characters, the columns are mapped to Memo data types, and the Format property of the Memo field is set to @. Therefore, Access treats the Memo field as a text field, and you can view only 255 characters of data.

However, when you import an Excel spreadsheet that has columns that contain more than 255 characters, the columns are mapped to a Memo field with no specific format. Therefore, you can view the complete data in the field.

REFERENCES

For additional information about how to import or link data from a spreadsheet, visit the following Microsoft Web site: For additional information about a formatted Memo field, click the following article number to view the article in the Microsoft Knowledge Base:

259893 Formatted Memo field appears to truncate data after 255 characters


Modification Type:MajorLast Reviewed:5/11/2004
Keywords:kbfield kbDatabase kbprb KB839785 kbAudDeveloper