Easiest way is to open the table in design view, then select Indexes from
the View menu.
When the "Index Name" field is blank, the fields listed are part of the last
value shown for Index Name.
Put the cursor on each unique Index Name, and look in the Unique box in the
bottom left-hand corner.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"esharris" <(E-Mail Removed)> wrote in message
news:1E1BA8D1-37EC-4B70-AD48-(E-Mail Removed)...
>I am trying to find an index on a table.
>
> I inherited a MS Access 2003 database containing a table. If I add a row
> to
> that table whose XXX field value is not unique to that table, I get the
> following error message.
>
> "The changes you requested to the table were not successful because they
> would create duplicate values in the index, primary key, or relationship.
> Change the data in the field or fields that contain duplicate data, remove
> the index, or redefine the index to permit duplicate entries and try
> again."
>
> The XXX fields is not the primary key; I checked the table's design view.
> So
> I assume the problem is in some index.
>
> How do I find the related index?
> Thank You.