Ok, I have a simple form that dynamically lists a document and a quantity that a customer subscribes too. They are listed in table form on a page. I have a simple form included that allows the user to either update the quantity or delete the document from the list altogether. Here's the thing, the update part works, delete does nothing. Can someone post what my code should relatively look like to have multiple submit buttons triggering either the update query or the delete query. THANKS a ton.