I have a subform that is made from a many to many query with 3 tables. It selects an employee number from a combo box field and then populates their name and rate of pay. The user enters his hours and the updates the field, it calculates the total labor. Problem is if the user accidentally deletes his name from the first filed, it deletes him from the employee table. How can I stop that?