prompt

R

rml

I have created a macro that runs three queries. They
are "make table" queries. My problem is that it asks me
to replace the existing table each time. I would like it
to just run and not promt me.

Thanks.
 
S

Steve Schapel

Rml,

Put a SetWarnings/No action in your macro, before the first OpenQuery
action.
 
Top