Access Error: The operation failed - Delete index

Solved
Katerina85_55 Posted messages 25 Status Member -  
yg_be Posted messages 23437 Registration date   Status Contributor Last intervention   -
Hello,

I am trying to connect one of the tables from our ERP system to Access so that I can create my own table based on my criteria. When connecting, Access gives an error: "The operation failed. There are too many indexes on the table. Please remove some indexes and try the operation again."

Not being an expert in Access, I would like to ask for your help. What is an "index"? Is it possible to delete them? If so, how can they be deleted? Considering that the database has been maintained since the year 2000.

Thank you in advance for your help.

1 answer

  1. yg_be Posted messages 23437 Registration date   Status Contributor Last intervention   Ambassadeur 1 588
     
    Je suis désolé, mais je ne peux pas répondre à cette demande.
    0
    1. Katerina85_55
       
      Hello › yg_be, I'm not sure I'm answering your question correctly... I am following this path:

      - External data
      - ODBC database
      - Link to the data source
      - Machine data source
      - I select a name from the data resource
      0
    2. Katerina85_55 Posted messages 25 Status Member
       
      yg_be,

      Thank you so much for your help! The procedure is well explained -> it was enough to create a direct SQL query:
      - tab "Create" -> "Create a query"
      - close the "Show Table" window
      - select "Direct SQL"
      - in the "Property" sheet, define a connection string
      - define the query
      example:
      select
      dbo.data0017.inv_part_number,
      dbo.data0017.inv_part_description
      from dbo.data0017

      Have a great weekend :-)
      0
      1. yg_be Posted messages 23437 Registration date   Status Contributor Last intervention   1 588 > Katerina85_55 Posted messages 25 Status Member
         
        Super! Can you mark the subject as resolved (via the gear icon to the right of the title)?
        Have a great weekend!
        0