JockVSJock
Technical User
I've created a database based off of three tables that tracks
what I buy for groceries. There is a main table which tracks the item and then the price and the location.
I've set it up under the index on each table to allow for duplications.
When I enter in a duplicate entry into a form that collects the information, I receive this output:
"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 allow for duplicate entries."
Can anyone tell me why I am receiving this output?
thanks
-Chris
what I buy for groceries. There is a main table which tracks the item and then the price and the location.
I've set it up under the index on each table to allow for duplications.
When I enter in a duplicate entry into a form that collects the information, I receive this output:
"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 allow for duplicate entries."
Can anyone tell me why I am receiving this output?
thanks
-Chris