Is there any way to correct a "too many fields defined" error?

  • Thread starter Thread starter Guest
  • Start date Start date
Tools>DatabaseUtilities>Compact
This will "reset" the field counter so that any fields you may have deleted
don't count against the 255 field limit. Changing a field's datatype creates
a new field and deletes the old one behind the scenes, which can also counts
against the limit until you compact.

If you still get the error after compacting, rethink your database design so
that you don't run up against Access' (perfectly reasonable) 255
fields-per-table limit.
 
Back
Top