Disable Message box.

D

Doua

I'm learning Access. If I write a code "Docmd.RunSQL
Update..." to update a field in a table, is there a way
to disable the pop up message box? Any help or
suggestions will be appreciated.

Thanks,

Doua
 
D

Doua

Thank you, Cheryl.
-----Original Message-----
DoCmd.SetWarnings False
DoCmd.RunSQL "Update ..."
DoCmd.SetWarnings True




--
Cheryl Fischer
Law/Sys Associates
Houston, TX




.
 

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