From: H on
I am setting up a macro and in it the is a "make a table" query that
would require the user to click on "yes". Is there a way that popups
don't appear and yes is the default?
From: KARL DEWEY on
Preceed it with SetWarnings to No, then the query, and follow with
SetWarnings to Yes.
--
Build a little, test a little.


"H" wrote:

> I am setting up a macro and in it the is a "make a table" query that
> would require the user to click on "yes". Is there a way that popups
> don't appear and yes is the default?
> .
>