I have a Form with 3 combo boxes, each combo box is based on a set list. The Form is based on a Query. The Query is based on 3 tables, combo box 1 provides data for table 1, combo box 2 provides data for table 2, combo box 3 provides data for table 3.
By doing it this way, only set data can be entered into the respective tables. My problem is as follows – If I select data from combo box 1 for table 1 and the data already exists, when I enter all data and go to update the Query, an error message appears telling me there is duplicate data. If there is duplicate data going to be being entered, you do not know which table is being referred too. Should it be table 1, can this be ignored when updating then pass on to table 2, should table 2 have duplicate data, pass on to table 3. If table 3 has duplicate data the program runs as normal.
I do not want duplicate data in the tables but still want set data to be entered.
I would appreciate any help.
kevsim
By doing it this way, only set data can be entered into the respective tables. My problem is as follows – If I select data from combo box 1 for table 1 and the data already exists, when I enter all data and go to update the Query, an error message appears telling me there is duplicate data. If there is duplicate data going to be being entered, you do not know which table is being referred too. Should it be table 1, can this be ignored when updating then pass on to table 2, should table 2 have duplicate data, pass on to table 3. If table 3 has duplicate data the program runs as normal.
I do not want duplicate data in the tables but still want set data to be entered.
I would appreciate any help.
kevsim