ACC: "Couldn't Insert or Paste; Data Too Long for Field" MsgID: Q121512
|
Novice: Requires knowledge of the user interface on single-user computers.
When you enter data in a new record on a form or in a table, you may
receive the following error message:
In Microsoft Access 97:
The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.
Couldn't perform operation; data too long for field
Couldn't insert or paste; data too long for field
This error occurs if one of the fields in the record has a default value that exceeds that field's FieldSize property setting.
Increase the field's FieldSize property setting to be equal to or larger than the field's default value. Or, change the field's default value so that it does not exceed the field's FieldSize property setting.
You do not receive the error message until you enter data in a record
because the record is not marked for saving to the table until you make
some change to the record.
This error will also cause a "#Error" message to be displayed in the field
whose default value exceeds its FieldSize property setting.
Table: Too Long
-------------------------
Field Name: One
Data Type: Text
FieldSize: 5
DefaultValue: Too Long
Field Name: Two
Data Type: Text
Additional query words: data entry
Keywords : kberrmsg kbusage GnlDe
Version : 1.0 1.1 2.0 7.0 97
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: April 7, 1999