Getting Rid of Messages

J

JP

When I run an update query I want to make it so none of
the messages about updating pop up... Any way to do that?
 
G

Greg Green

If you are doing this from a form, before the event you can set the global:

DoCmd.SetWarning False

This suppresses certain system messages and may work in your situation.

Greg
 
Top