access 97

C

cmcgin

Does anyone know why I would get an error in my access
database when I try to add a column, "TOO MANY FIELDS
DEFINED"???
 
J

John Vinson

Does anyone know why I would get an error in my access
database when I try to add a column, "TOO MANY FIELDS
DEFINED"???

There is a limit of 255 fields in any table - and changing the
definition of a field 'uses up' one of these slots. If you have been
making lots of changes to field definitions, you can use Tools...
Database Utilities... Compact to recover the "lost" entries.

If you are trying to create a table with 255 or more fields - stop!
I've needed as many as sixty fields, twice in the past twenty years of
relational database design. I cannot imagine a properly normalized
table with that many fields.

John W. Vinson[MVP]
(no longer chatting for now)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top