Re: is there a maximum number of text fields?
- From: "Brian Wilson" <bwilson@xxxxxxxxxx>
- Date: Tue, 7 Mar 2006 22:33:43 -0000
"John Spencer" <spencer@xxxxxxxxx> wrote in message
news:eizhoDjQGHA.4896@xxxxxxxxxxxxxxxxxxxxxxx
There is a maximum of 255 fields in any one table. But the counter does
not reset when you delete a field. Also, if you change a field type that
uses up one of the 255 slots.
Try compacting your database and changing a few of the fields and saving
the changes. Then compact again, and do some more fields if needed.
Now, let me say that a table with that many fields is very, very rare.
You probably have a table design issue and need to split out your data
into more tables. ALSO, there is a 2000 character limit in a row, so you
could run into that as a problem.
Just to add to John's point (in case it is not clear to the OP):
While you can have a record with 219 text fields, if each of those fields
contained "0123456789" then the record would break the 2000
characters/record limitation and so you couldn't save this record.
And to back up the other point, I have been designing databases for over ten
years and normally my tables might have 10,20,30 fields but almost never
more than that. If you feel you really need 219 fields, peraps you could
let us know why.
.
- Follow-Ups:
- Re: is there a maximum number of text fields?
- From: Zaxxon via AccessMonster.com
- Re: is there a maximum number of text fields?
- From: John Spencer
- Re: is there a maximum number of text fields?
- References:
- Re: is there a maximum number of text fields?
- From: John Spencer
- Re: is there a maximum number of text fields?
- Prev by Date: RE: excel files
- Next by Date: Re: Athletic time calculations
- Previous by thread: Re: is there a maximum number of text fields?
- Next by thread: Re: is there a maximum number of text fields?
- Index(es):
Relevant Pages
|