I am trying to make a MsgBox popup when a button is pushed on a form (storm Frm) that prompts for a "yes" or "no" response from an operator before running an update query (UpdateDisp Qry) to a table (storm Tbl). I have used the standard MsgBox feature to run the query, however it only prompts for a "OK" response with no other way to escape without running the query if the operator changes his mind. Any practical examples would be much appreciated in advance.