i am looking for 8000 to 10000. Thank you
255, same as all other versions of Access.
I have needed as many as 60 fields in a table, maybe twice in the past
twenty years of database design work. NO relational table could ever
POSSIBLY need 10000 fields. "Fields are expensive, records are cheap"
- if you turn your problem sideways, and think of tall-thin tables
rather than one monstrously wide table, you'll find things a LOT
easier.
What kind of data are you storing? Have you studied the concepts of
"normalization"? If not, now's a good time to start!