Oct 22, 2003 #1 AGGGG Programmer Joined Oct 8, 2003 Messages 20 Location GB Is it possible to 'turn off' the 'confirmation message' when you run an Update Query ?
Oct 22, 2003 #2 KenReay Programmer Joined Aug 15, 2002 Messages 5,424 Location GB Hi DoCmd.SetWarnings False DoCmd.RunSQL ...etc DoCmd.SetWarnings True Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK Upvote 0 Downvote
Hi DoCmd.SetWarnings False DoCmd.RunSQL ...etc DoCmd.SetWarnings True Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK
Oct 22, 2003 Thread starter #3 AGGGG Programmer Joined Oct 8, 2003 Messages 20 Location GB Thanks, Andy Upvote 0 Downvote