I created a form based on two tables, Contacts and Colleges. I want to add contacts to contacts table using all the fields in the form and included only one field from the college, college name.
I have the College ID number in the contact table to link the two.
I get an error message upon entering data that says: The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationships. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate enteries.
I am thinking the duplicate thing is based on the combo box I created for the college name. I wanted it to fill in, but in creating it I brought over the field so if I choose it does that cause it to want to populate it in the college table??
All I want is to show the college name in a form where I will be entering new contacts.
The whole index thing is confusing too. Upon checking the various indexes for each table, the dialog box doesn't always match the field properties below.
Well, thanks in advance for any insight.
I have the College ID number in the contact table to link the two.
I get an error message upon entering data that says: The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationships. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate enteries.
I am thinking the duplicate thing is based on the combo box I created for the college name. I wanted it to fill in, but in creating it I brought over the field so if I choose it does that cause it to want to populate it in the college table??
All I want is to show the college name in a form where I will be entering new contacts.
The whole index thing is confusing too. Upon checking the various indexes for each table, the dialog box doesn't always match the field properties below.
Well, thanks in advance for any insight.