How to suppress make table warning

B

Ben

Hi all,

I have Access 2003 on WinXP. I am running a macro with which includes
two queries, that uses SELECT...INTO. Is there any way to suppress the
warning messages about "dropping the existing tables" and "you are about
to insert so many records..."?

Thanks,

Ben
 
S

Steve Schapel

Ben,

Insert a SetWarnings/No action in your macro, immediately before the first
OpenQuery action.
 

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