I have a form "frm_Submission_Planning" that pulls a few fields/data from 2 other forms via a select query. I made those fields locked/read-only on the form. However, when a user deletes a record in frm_Submission_Planning it is deleting the corresponding records in the other 2 forms. Obviously I don't want that. What am I doing wrong? Or more appropriately, what can I do to stop it?