Hello, I have a function that will delete records from a recordset based on selections from a listbox. The user can select multiple items from the listbox and the function will loop through the recordset deleting all the selected items. I have a prompt that pops up to confirm the deletion. The only problem is that if the user chooses to delete a large number of records, she will have to confirm each one. Is there any way that I can have a "Yes to All" button in the message box? It doesn't appear to exist in the button constants in Access 2007.