In my dbase I had some queries I converted to VB. These are queries to add and remove records from tables. I want to execute without asking the yes or no question.
If your queries are action queries (which it sounds like they are), the Currentdb.QueryDefs("nameofquery").Execute
method will not give you any warnings.