Too many fields

M

Manny

Currently the office uses Access 2000.

While creating a new database, I went to add a field to a table and I've
apparently hit the limit. I created a second table to store the extra data.
I deleted a field to create an autonumber primary key field so I can link
them. But now, no matter how many fields I delete on the first table I still
receive the too many fields error when trying to save. The fields are linked
to a form and a report, could that be the cause of my problems?
 
G

George Nicholson

Do a Compact & Repair

Access has a 255 field limit per table. When you delete a field, it
continues to take up space and still counts against that limit until a
Compact is done.

HTH,
 
A

Arvin Meyer [MVP]

A well designed database practically never requires more than 50 fields. I
don't think that I've ever written one that required over 30 or so.

You must have fields like Address1 Address2 Address3, etc and that is not
relational, nor efficient in design. Think long, not wide.
 
V

van de Winckel Ivo

Manny said:
Currently the office uses Access 2000.

While creating a new database, I went to add a field to a table and I've
apparently hit the limit. I created a second table to store the extra
data.
I deleted a field to create an autonumber primary key field so I can link
them. But now, no matter how many fields I delete on the first table I
still
receive the too many fields error when trying to save. The fields are
linked
to a form and a report, could that be the cause of my problems?
 

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