Error Message

  • Thread starter Thread starter Chirs
  • Start date Start date
C

Chirs

The error message reads,
"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"

What does that mean, in English?????
 
That means you are trying to create a duplicate record.

If you have a table where the key is, let's say, 'transaction number' and
you have not allowed duplicates, then you can only create ONE record with
each transaction number.


Rick B


The error message reads,
"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"

What does that mean, in English?????
 
Back
Top