If you changed the design of any of the fields, for example going from text
to number, you burn up one of the 255 columns. There's also a limit of about
2000 characters per record. I've also wondered if things like lookup fields
or subdatasheets might cut into the number. I'll never find out though,
because I've only seen two tables where there was a legitimate reason to have
over 100 fields. One was for a coroner's office and let's face it, death is a
singular event where repeating data isn't likely.
If you want that many fields in a table, there's a very, very good chance
that you have a normalization problem. If it's for importing an Excel
spreadsheet with that many fields, consider linking to that spreadsheet then
properly split out the data to an appropriate number of tables.
--
Jerry Whittle
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
"hogan" wrote:
> I am creating a table and have 173 total fields. When I create another field
> I get and error "too many fields defined". I am a little confused because the
> limit is 255.
|