Too many fields defined.

S

SteveD

I have built a table that has about 230+ columns. When I
try to change the attributes of a column from text to
number (and save the file) I get an error "Too many fields
defined". When I display the table, it is showing that I
still have 17 more colums available.

What am I doing wrong?
 
J

John Nurick

Hi SteveD,

You need to compact the database to "reset" the thing that keeps track
of the number of columns.

However, if you have that many columns in your table there's almost
certainly something radically wrong with your design, and you'll be
better off in the long run if you split your data into several, much
narrower, related tables.
 

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