I am running delete and append queries but when i run them i'm asked to click yes, no or cancel, is there anyway i can bypass this and have automatically select yes?
The code i am using is
Dim stDocName As String
stDocName = "AppendDups"
DoCmd.OpenQuery stDocName, acNormal, acEdit...