Added note on another matter

  • Thread starter Thread starter Marvin Ettlin
  • Start date Start date
M

Marvin Ettlin

On another matter -- apart from my previous post... is
there a way to disable the confirm boxes. If I run a
macro to delete records, it confirms that I want to
delete and since it is on a large number of tables I have
to sit at the computer and repeatedly press the yes
box... is there a way to enter this as a yes or disable
the confirm boxes from the macro?

Marv
 
Marv,

Just put a SetWarnings,No action in your macro, before the first of your
(presumably) OpenQuery actions.
 
Steve,
Thanks again!!!

Marv
-----Original Message-----
Marv,

Just put a SetWarnings,No action in your macro, before the first of your
(presumably) OpenQuery actions.

--
Steve Schapel, Microsoft Access MVP



.
 
Back
Top