Disable Access error messages ??

F

Fie

Hi,
With a database open fo to Tools ... Options, then then Edit/Find tab.
Look
for the checkboxes to Confirm Document Deletions, Action Queries, Record
Changes, and make sure they are checked. Close and re-open Access.
--

I don't what them turned off all the time however, just when executing
certain parts of coding ...

Fie
 
G

Guest

Fie,

Before the action can you add following to you code
DoCdm.SetWarnings False
Then you turn Warnings on again later in the code
DoCdm.SetWarnings True

Enjoy,
Arni Laugdal
www.til.is/msaccess
 

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