I'm using SQL for DELETE, INSERT, and UPDATE in my database from a button in my form. The SQL works fine. The problem is that every time I delete, insert, or update a row, a message box pops up asking "You are about to <name of operation> <number of rows affected> rows. Are you sure you want to do this?" This happens EVERY TIME the SQL is executed. Is there a way to run SQL WITHOUT the message box coming up?
Thank you
Thank you