I put in a button to delete the current record. I also put in some code by myself in the function. My question is when you click on delete a record, a pop up box comes up asking you if you want to delete it. If you click yes, then my code works perfectly. However, if you click no...it still works which is bad. Do you know how I could use an if statement or something to fix this?