Query Msg Box

Branagan

Registered User.
Local time
Today, 01:48
Joined
May 27, 2004
Messages
31
Hi

is there anyway to stop the msg box saying "The OpenForm Action Was cancelled" when you cancel the query
 
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.
 

Users who are viewing this thread

Back
Top Bottom