Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: Error Saving Table Error Message After Design Change


View products that this article applies to.

This article was previously published under Q323657
Novice: Requires knowledge of the user interface on single-user computers.

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

↑ Back to the top


Symptoms

When you try to save a table after you make a design change, you may receive the following message:
Property Value Is Too Large
This error can occur when you save a table after you make any of the following changes:
Add a new field
Add a Lookup to a field
Add a Description to a field

↑ Back to the top


Cause

This issue can occur for either of the following reasons:
A large number of fields (over 150) are in the table and the field names are long (over 15 characters).
The Default Value property has been set for several Memo fields in a very large table.

↑ Back to the top


Resolution

There are several ways to resolve this issue:

NOTE: Before you try any of the methods listed below, compact your database.

Method 1

Reduce the number of fields in the table. A large number of fields indicates that the database design may be inefficient.

For additional information about database normalization, click the article number below to view the article in the Microsoft Knowledge Base:
209534 ACC2000: Database Normalization Basics
For additional information about designing a questionnaire database, click the article number below to view the article in the Microsoft Knowledge Base:
209493 ACC2000: Sample Table Design to Support Questionnaire Applications

Method 2

Split the table into multiple tables and use a one-to-one relationship among the tables.

For additional information about creating relationships in a Microsoft Access database, click the article number below to view the article in the Microsoft Knowledge Base:
304467 ACC2000: Defining Relationships Between Tables in a Microsoft Access Database

Method 3

Reduce the length of the field names.

Method 4

Remove the Default Value for any Memo fields in the table.

↑ Back to the top


Keywords: KB323657, kbprb

↑ Back to the top

Article Info
Article ID : 323657
Revision : 2
Created on : 6/25/2004
Published on : 6/25/2004
Exists online : False
Views : 291