A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Table Error Message



 
 
Thread Tools Display Modes
  #1  
Old June 30th, 2004, 01:42 AM
Di
external usenet poster
 
Posts: n/a
Default Table Error Message

Have set up a table to import survey data. Need to edit field type. When I do I get this message on save. "Too many fields defined" Does not save changes. How can I resolve this. Table cannot be split.
  #2  
Old June 30th, 2004, 06:15 AM
Raghu Prakash
external usenet poster
 
Posts: n/a
Default Table Error Message

Hi Di,

SYMPTOMS
When you save a table after you add a new field or change the properties of
an existing field, you receive the message "Too many fields defined,"
followed by the message "Errors were encountered during save. Data types
were not changed." You receive these messages even though you have 255 or
fewer fields defined in the table.

NOTE: You also receive this message if you add or modify fields in a report
that is based on a table that has too many fields.

NOTE: This error message generates the Microsoft Jet Database Engine 3.0
Reserved Error number 3190.

This article assumes that you are familiar with Visual Basic for
Applications and with creating Microsoft Access applications using the
programming tools provided with Microsoft Access. For more information
about Visual Basic for Applications, please refer to your version of the
"Building Applications with Microsoft Access" manual.

NOTE: Visual Basic for Applications is called Access Basic in Microsoft
Access versions 1.x and 2.0. For more information about Access Basic,
please refer to the "Introduction to Programming" manual in Microsoft
Access version 1.x or the "Building Applications" manual in Microsoft
Access version 2.0
CAUSE
The internal column count that Microsoft Access uses to track the number of
fields in the table has reached 255, even though you may have fewer than
255 fields in the table. This can happen because Microsoft Access does not
change the internal column count when you delete a field. Microsoft Access
also creates a new field (increasing the internal column count by 1) for
every field whose properties you modify.
RESOLUTION
To free the internal column count for deleted fields or for fields whose
properties you modify, do one of the following:
In Microsoft Access 7.0 or 97, click Save As/Export on the File menu and
save the table under a different name. Then, delete the original table and
rename to new table to the original table name.

WARNING: Clicking Save As on the File menu in version 1.x or 2.0 copies
only the structure of a table, not the records. Do not delete the original
table until you use an append query to populate the new table.
In Microsoft Access 1.x or 2.0, click Save As on the File menu and save the
table under a different name. Populate the new table with data from the
original table. Then, delete the original table and rename to new table to
the original table name.

You can also free the internal column count by compacting the database.

For Further Information : Microsoft Knowledge Base Article - 128221

Please let me know has this helped You...
Thank you...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.

  #3  
Old June 30th, 2004, 07:57 AM
Di
external usenet poster
 
Posts: n/a
Default Table Error Message

Many thanks. Using Save as worked and solved the problem. Can I say that the help and advice given by people like yourself in these groups is fantastic and much appreciated. Have learnt heaps by just reading the problems and replies. Again many thanks.

Di

"Raghu Prakash" wrote:

Hi Di,

SYMPTOMS
When you save a table after you add a new field or change the properties of
an existing field, you receive the message "Too many fields defined,"
followed by the message "Errors were encountered during save. Data types
were not changed." You receive these messages even though you have 255 or
fewer fields defined in the table.

NOTE: You also receive this message if you add or modify fields in a report
that is based on a table that has too many fields.

NOTE: This error message generates the Microsoft Jet Database Engine 3.0
Reserved Error number 3190.

This article assumes that you are familiar with Visual Basic for
Applications and with creating Microsoft Access applications using the
programming tools provided with Microsoft Access. For more information
about Visual Basic for Applications, please refer to your version of the
"Building Applications with Microsoft Access" manual.

NOTE: Visual Basic for Applications is called Access Basic in Microsoft
Access versions 1.x and 2.0. For more information about Access Basic,
please refer to the "Introduction to Programming" manual in Microsoft
Access version 1.x or the "Building Applications" manual in Microsoft
Access version 2.0
CAUSE
The internal column count that Microsoft Access uses to track the number of
fields in the table has reached 255, even though you may have fewer than
255 fields in the table. This can happen because Microsoft Access does not
change the internal column count when you delete a field. Microsoft Access
also creates a new field (increasing the internal column count by 1) for
every field whose properties you modify.
RESOLUTION
To free the internal column count for deleted fields or for fields whose
properties you modify, do one of the following:
In Microsoft Access 7.0 or 97, click Save As/Export on the File menu and
save the table under a different name. Then, delete the original table and
rename to new table to the original table name.

WARNING: Clicking Save As on the File menu in version 1.x or 2.0 copies
only the structure of a table, not the records. Do not delete the original
table until you use an append query to populate the new table.
In Microsoft Access 1.x or 2.0, click Save As on the File menu and save the
table under a different name. Populate the new table with data from the
original table. Then, delete the original table and rename to new table to
the original table name.

You can also free the internal column count by compacting the database.

For Further Information : Microsoft Knowledge Base Article - 128221

Please let me know has this helped You...
Thank you...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Table Analyser and more... Mary Ann Database Design 2 June 29th, 2004 06:36 PM
resize table from A4 size to A5 ims New Users 3 June 9th, 2004 01:05 AM
COMPARE THE TWO TABLES Stefanie General Discussion 0 June 4th, 2004 04:36 PM
trying to pull 2 fields from another table into this table E Taylor Database Design 3 May 21st, 2004 06:17 PM
Table design for a booking system Brian C Database Design 2 April 27th, 2004 03:11 AM


All times are GMT +1. The time now is 02:27 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.