How many fields are allowed on an Access 2002 table?

D

Darrell

I can't get to even 140 with ut an error that says I have too many fields
identified.
 
D

Darrell

If 255 fields are allowed why do I recieve "Too Many Fields " when I reach
100 to 140.
 
J

Jeff Conrad

If you rename a field and/or delete a field, one of those
255 "spots" is used up. I believe compacting the database
will reset that number, but I'm not 100% sure.

Still, 140 fields seems to be about 100 too many.

--
Jeff Conrad
Access Junkie
Bend, Oregon

in message:
 
R

Rick Brandt

Jeff said:
If you rename a field and/or delete a field, one of those
255 "spots" is used up. I believe compacting the database
will reset that number, but I'm not 100% sure.

Still, 140 fields seems to be about 100 too many.

There is also a limit to the total bytes per row (2K I think) that you can hit
before the field quantity limit (the error is the same).
 
A

Allen Browne

After deleting fields, you may need to compact the database before they
become available again:
Tools | Database Utilities | Compact

Please do follow through on the link Duane gave you, or search
"normalization" to find more links for yourself.

The issue Rick raised about the entire record not being more than about 2k
characters wide is the more practical limitation.
 
D

Darrell

Everyaone who responded:

Thanks for the information and advice. when you'r just learining this stuff
I found the manuals don't tell all.

Darrell
 
Top