Access Runtime

K

Kevin

Hi all

I hope someone can help me out here. I have created a
database in Access2000 and I have deployed it under a
Access runtime environment. But now everytime I do a
insert into a table or delete a record it comes up with a
confirmation dialog box asking me if I'm sure. I tried to
set the docmd.setwarnings false, but then when I open the
database up in the runtime environment, it still asks me
the same thing, its as if it ignores the docmd.setwarnings
statement!, what can I do to avoid these pesking dialog
boxes from popping up all the time?

Thanks for any help.

Kevin
 
G

GVaught

In addition to the docmd.setwarnings, I believe if you open up Tools |
Options and uncheck the boxes under Edit/Find tab and then redeploy the
runtime file to your users you will not get these confirmation boxes.
 

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