Confirm Action Query

N

Nick

When I start up my database I would like to stop the
Confirmation of action queries. I know how to do this
using options but others users use the database in
runtime. I use an autoexec macro to run some action
queries on start-up but I don't know how to deactivate the
query confirmation.

Any help is appreciated.
Nick
 
K

Ken Snell [MVP]

Insert the SetWarnings macro action (Argument value is No) into your
AutoExec macro as a step prior to running the first action query. That will
suppress the warning message boxes.
 
N

Nick

Thanks very much Ken, worked a treat.

Nick
-----Original Message-----
Insert the SetWarnings macro action (Argument value is No) into your
AutoExec macro as a step prior to running the first action query. That will
suppress the warning message boxes.
--

Ken Snell
<MS ACCESS MVP>




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top