View Full Version : Turning off update query confirmations


mbernardi
11-28-2001, 04:40 PM
I created a database that has update queries. In the full version of Access, I can disable 'action query' and 'record change' confirmations in Tools, Options, Add/Edit Tab. When I try to run the program in a runtime version of Access, I keep getting confirmation requests everytime the update query runs, and I cant find where to turn off these confirmations. Any help with this would be greatly appreciated.

jwindon
11-29-2001, 04:05 AM
Haven't tried it with the runtime version, but:

DoCmd.SetWarnings (False)
DoCmd.SetWarnings (True)