| | Product Information Help and How-to Training Templates Support and Feedback Technical Resources Additional Resources | Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.
Troubleshoot problems when pasting data
Microsoft Access can't paste the data.
In most cases, if Microsoft Access can't paste some or all of the data in a Microsoft Access database (Microsoft Access database: A collection of data and objects (such as tables, queries, or forms) that is related to a particular topic or purpose. The Microsoft Jet database engine manages the data.), it creates the Paste Errors table. In that case, Microsoft Access displays a message telling you that data will be added to the Paste Errors table.
There are several reasons why Microsoft Access will not paste some or all of your data:
- You tried to paste an entire field or fields without selecting a destination. You must select the field or fields that you want to paste to.
- You tried to paste more fields than the datasheet you're pasting to has, or more than the number of fields you selected as a destination. Microsoft Access doesn't paste the extra fields.
- You tried to paste a value that's not compatible with the data type (data type: The characteristic of a field that determines what type of data it can hold. Data types include Boolean, Integer, Long, Currency, Single, Double, Date, String, and Variant (default).) of the field. For example, you tried to paste letters into a field in a Microsoft Access database with the Number data type or in a Microsoft Access project (Microsoft Access project: An Access file that connects to a Microsoft SQL Server database and is used to create client/server applications. A project file doesn't contain any data or data-definition-based objects such as tables and views.) with the smallint data type.
- You tried to paste text that's too long for the field. The setting in the FieldSize property of an Access database or the Length column property in an Access project determines the maximum size of a field value. Check the field in table Design view (Design view: A window that shows the design of these database objects: tables, queries, forms, reports, macros, and data access pages. In Design view, you can create new database objects and modify the design of existing ones.) in an Access database or Column Properties view in a database diagram (database diagram: A graphical representation of any portion of a database schema. It can be either a whole or partial picture of the structure of the database. It includes tables, the columns they contain, and the relationships between the tables.) in an Access project to see the setting.
- You tried to paste a duplicate value into the table's primary key (primary key: One or more fields (columns) whose values uniquely identify each record in a table. A primary key cannot allow Null values and must always have a unique index. A primary key is used to relate a table to foreign keys in other tables.), into a field that has the Indexed property set to No Duplicates in an Access database, or into a field with either a unique constraint or unique index in an Access project. Check the field in table Design view in an Access database or Column Properties view in a database diagram in an Access project to see the setting.
- You tried to paste data into a hidden field. This is not permitted. To display hidden columns, click Unhide Columns on the Format menu.
- In an Access database, you tried to remove data from or paste data into a disabled (disabled control: A control that appears dimmed on a form or data access page. A disabled control cannot get the focus and will not respond to mouse clicks.), locked (locked: The condition of a record, recordset, or database that makes it read-only to all users except the user currently modifying it.), calculated (calculated field: A field, defined in a query, that displays the result of an expression rather than displaying stored data. The value is recalculated each time a value in the expression changes.), or AutoNumber field (AutoNumber data type: In a Microsoft Access database, a field data type that automatically stores a unique number for each record as it's added to a table. Three kinds of numbers can be generated: sequential, random, and Replication ID.).
- You don't have permissions (permissions: A set of attributes that specifies what kind of access a user has to data or objects in a database.) to add or edit data in the database object.
- A value you tried to paste isn't allowed in the field based on the settings of the ValidationRule, InputMask, Required (Access database only), or AllowZeroLength (Access database only) properties.
- The validation macro specified for the BeforeUpdate or OnInsert properties canceled the update. The data you tried to paste did not meet the validation requirements.
The data I pasted is in the wrong field.
|