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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top