G
Guest
When running an SQL update from a subroutine, e.g.
DoCmd.RunSQL <update sql statement>
I get a dialog popping up warning me that a row is going to be updated and
do I want to continue (YES/NO)
Can I suppress/bypass this unwanted dialog box?
DoCmd.RunSQL <update sql statement>
I get a dialog popping up warning me that a row is going to be updated and
do I want to continue (YES/NO)
Can I suppress/bypass this unwanted dialog box?