A AMH New member Local time Today, 13:05 Joined Jun 19, 2001 Messages 9 Aug 2, 2001 #1 Does anyone know how to turn off the confirmation message which you get when you run a create table query
Does anyone know how to turn off the confirmation message which you get when you run a create table query
C charityg Registered User. Local time Today, 13:05 Joined Apr 17, 2001 Messages 634 Aug 2, 2001 #2 use DoCmd.SetWarnings False before you run the query, then set it back to true after the query