Database Limitations

As you design your database, you should keep in mind the following limitations:

  • A table can have up to 255 fields.

  • A table can have up to 32 indexes.

    Note

    Keep in mind that defining relationships with Referential Integrity turned on creates one additional index in each participating table that counts toward the 32-index limit per table.

  • A multiple-field index can have up to 10 fields. The sum of the lengths of the fields cannot exceed 255 bytes.

  • A row in a table, excluding memo fields and ActiveX objects, can be no longer than approximately 4 kilobytes (KB).

  • A memo field can store up to 1 GB of characters, but you can’t display a memo larger than 64 KB in a form or a datasheet.

    Note

    Clearly, if you try to store a 1-GB memo (which requires ...

Get Microsoft® Access® 2010 Inside Out now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.