R
Robert Taylor
I have a form that uses update queries to update some
tables, and to cut down on the confusion of the system I
used the DOCMD.SetWarnings False to turn off the message
boxes about running update queries.
For some reason, while this runs as the first thing when
the form opens, the message boxes are still coming up
until I close and reopen the form.
Does anyone know of what could cause docmd.setwarnings not
to work immediately after you reset its values? Or how I
can get it to work correctly?
Thanks.
Robert
tables, and to cut down on the confusion of the system I
used the DOCMD.SetWarnings False to turn off the message
boxes about running update queries.
For some reason, while this runs as the first thing when
the form opens, the message boxes are still coming up
until I close and reopen the form.
Does anyone know of what could cause docmd.setwarnings not
to work immediately after you reset its values? Or how I
can get it to work correctly?
Thanks.
Robert