Turning Off Confirmation messages

AMH

New member
Local time
Today, 13:05
Joined
Jun 19, 2001
Messages
9
Does anyone know how to turn off the confirmation message which you get when you run a create table query
 
use

DoCmd.SetWarnings False

before you run the query, then set it back to true after the query
 

Users who are viewing this thread

Back
Top Bottom