This error means that you've entered the same value in one of the fields
that is the same as in one of the previous 83 records. A Unique Index or
Primary Key (the two things the message box is referring to) won't allow you
to do that.
If you go into the Design View of the table, there will be a little key
symbol on the field(s) that make up the primary key. Check that field in
your data to see if the value of that field in record 84 matches any of the
other records. If it doesn't, check the properties of each of the other
fields (again in Design View). If any of the them say *Indexed: Yes, no
duplicates*, then check that field as well for duplicate values.
--
--Roger Carlson
MS Access MVP
Access Database Samples:
www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/...UBED1=ACCESS-L
"Dee" <(E-Mail Removed)> wrote in message
news

9AC98D5-8E03-43E7-A9DE-(E-Mail Removed)...
> someone else set all the fields up for me as I'm not familiar with Access
> and
> I was just putting in the data, and got through to no. 84 and entered the
> data - when I tried to go to the next one a message came up saying '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
> haven't
> a clue - all I know is that this record was no different to the other 83!
> Help please