I've been using an application for months without incident. Now all of the sudden I'm receiving the following error message even though no changes have been made to the database, the program, or the tables:
"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."
I assume the problem is that the application is trying to add records into tables using a number that already exists in a key field? The key fields in each table are automatcially numbered, so I don't understand how this problem can all of the sudden appear.
Any help will be appreciated very much.
Kerry
"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."
I assume the problem is that the application is trying to add records into tables using a number that already exists in a key field? The key fields in each table are automatcially numbered, so I don't understand how this problem can all of the sudden appear.
Any help will be appreciated very much.
Kerry