I created a simple update query which I run from a command button on a form. When I click on the button I get prompted by two Access msgboxes saying that I am about to update records and I have to click 'Yes' on both msgboxes before the query runs (which is rather annoying). Is it possible to override these msgboxes so the query just executes when the command button is clicked? If yes, how can I do this? Thank you for your time.