prompt

  • Thread starter Thread starter rml
  • Start date Start date
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.
 
Rml,

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