Results 1 to 5 of 5
  1. #1
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 8 Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496

    Question: Purpose of table Indexes and quantity per table

    trying to fully understand indexes in a table

    Under a field's General properties in a table there is Indexed then I have it as default as Yes (No Duplicates)



    recently I got an error when adding a field saying there was too many indexes for the table and I had to change the new field to no

    Just to wrap my mind around this one, why would I want to index the field, is there much point to it? Am I increasing the performance, why is there a limit etc


  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    Only need for an index field,no dupes, is for parent/ child relations, and LARGE lists...(millions)
    if you don't have either of these, access will still find the data. The db will still function fine.

  3. #3
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 8 Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496
    Quote Originally Posted by ranman256 View Post
    Only need for an index field,no dupes, is for parent/ child relations, and LARGE lists...(millions)
    if you don't have either of these, access will still find the data. The db will still function fine.

    Thanks - that is pretty much what I thought too

  4. #4
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    this link will tell you about indexes

    https://support.office.com/en-US/Art...a-38c6c4f1a0ce

    and this link tells you about the limits in Access of a whole variety of things

    https://support.office.com/en-za/art...9-ea9dff1fa854

    Of relevance to you

    Maximum Number of indexes in a table 32 including indexes created internally to maintain table relationships, single-field and composite indexes.

  5. #5
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 8 Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496
    Quote Originally Posted by Ajax View Post
    this link will tell you about indexes

    https://support.office.com/en-US/Art...a-38c6c4f1a0ce

    and this link tells you about the limits in Access of a whole variety of things

    https://support.office.com/en-za/art...9-ea9dff1fa854

    Of relevance to you

    Maximum Number of indexes in a table 32 including indexes created internally to maintain table relationships, single-field and composite indexes.
    Cheers thanks for that - it was a good read through

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Table Indexes
    By Joetoben in forum Queries
    Replies: 1
    Last Post: 05-21-2015, 12:14 PM
  2. Need to update ODBC table with too many indexes
    By RandV in forum Programming
    Replies: 4
    Last Post: 11-19-2014, 01:08 PM
  3. Indexes in a Table
    By FB93 in forum Access
    Replies: 2
    Last Post: 03-18-2014, 07:27 PM
  4. What's the purpose of multi key for one table?
    By latestgood in forum Access
    Replies: 3
    Last Post: 07-01-2011, 12:15 PM
  5. Table Indexes
    By AnthonyT in forum Access
    Replies: 3
    Last Post: 06-04-2009, 06:16 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums