Disable Message box.

  • Thread starter Thread starter Doua
  • Start date Start date
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
 
Thank you, Cheryl.
-----Original Message-----
DoCmd.SetWarnings False
DoCmd.RunSQL "Update ..."
DoCmd.SetWarnings True




--
Cheryl Fischer
Law/Sys Associates
Houston, TX




.
 
Back
Top