mute macro

S

souris

I have an AutoExec macro to download data when user open the database.
Because the macro append data to my local table, it always give user warning
message while open.
Is it possible that I set mute macro which may run the macro without popup
message box?

Any information is great appreciated.

Souris,
 
S

Steve Schapel

Souris,

Put a SetWarnings/No action in your macro before the action (presuably
OpenQuery) that does the Append.
 
S

souris

Thanks millions,

Souris,


Steve Schapel said:
Souris,

Put a SetWarnings/No action in your macro before the action (presuably
OpenQuery) that does the Append.
 

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