Does anyone know if there is a way to tell which Delete Confirm box pops up when you delete a record from a form/table. For instance, if you try to delete a record with related records in another table, a Delete Confirm box pops up notifying you that you are trying to delete a record with related tables. If the record you're trying to delete has no related records in another table, a Delete Confirm box pops up just saying 'Are you sure you want to delete this record?' Is there a way in the code to differentiate between the two boxes. I would like to put a custom message for one scenario and another custom message for the other scenario.