update query message box? can it be customized?

B

Brook

Good day,

I have a qryupdateinventory and I run it on close of my frminvoices. I
wanted to know if I could either eliminate the pop up box that comes up or
customize it?

thanks,

Brook
 
S

Steve Schapel

Brook,

Put a line like this in your code before the update query...
DoCmd.SetWarnings False
....and set to True again afterwards.
 
Top