I have a new table--Candidates. The table does not have any relationships but does query two other tables to look up date (example: enter zipcode and it fills in City, County and State from that table). Currently there are only two sample records in the database--both were entered in the tables datasheet view with no problem. The only index is the primary key--no duplicates allowed.
I have created a new form to enter records and/or view existing records. It does view the two existing records but when I try to enter a new record, no matter what I enter I get the message "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 have tried everything that I can think of and cannot for the life of me figure out why I am getting this message. Any help???