B Branagan Registered User. Local time Today, 01:48 Joined May 27, 2004 Messages 31 Jul 15, 2004 #1 Hi is there anyway to stop the msg box saying "The OpenForm Action Was cancelled" when you cancel the query
Hi is there anyway to stop the msg box saying "The OpenForm Action Was cancelled" when you cancel the query
L LEXCERM Registered User. Local time Today, 12:48 Joined Apr 12, 2004 Messages 169 Jul 15, 2004 #2 Try using "DOCMD.SETWARNINGS False" at the beginning of the code. At the end of the code add "DOCMD.SETWARNINGS True" This command basically turns 'off' and 'on' the Access in-built information messages. Regards.
Try using "DOCMD.SETWARNINGS False" at the beginning of the code. At the end of the code add "DOCMD.SETWARNINGS True" This command basically turns 'off' and 'on' the Access in-built information messages. Regards.