H
Hai Nguyen
Hi all
I was attempting to insert multiple row by using a loop into a database.A table has 2 primary keys and one regular field
(PR) (PR)
ID Project Ans
1 2 a
1 3 b
1 4 c
1 5 d
1 5 e
I got this error:
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
Would you please tell me what to do to fix this problem?
Thanks
I was attempting to insert multiple row by using a loop into a database.A table has 2 primary keys and one regular field
(PR) (PR)
ID Project Ans
1 2 a
1 3 b
1 4 c
1 5 d
1 5 e
I got this error:
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
Would you please tell me what to do to fix this problem?
Thanks