Suppressing messages

N

NealUK

I have a macro running on an Access database, and it cannot import all the
lines into the database. This isn't a problem, and the import errors are
cleared away after. Is there any way i can suppress the confirmation
messages that it is okay to continue?
Any help much appreciated
Neal


--
 
J

Jim/Chris

Add the action to the macro
SetWarnings to "No"
At the end
SetWarnings to "Yes"

Jim
 

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