How many fields are allowed on an Access 2002 table?

  • Thread starter Thread starter Guest
  • Start date Start date
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:
 
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).
 
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.
 
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
 
Back
Top