.
So, as there's no way of making MySQL read data in MS Access Object, is
there a way to avoid stupid PopUp forms asking for confirm to an "Action
Query"?
.
From a Macro:
SetWarnings False
From VBA:
DoCmd.SetWarnings False
-
On Thu, Dec 27, 2001 at 08:43:30PM +0100, Carsten H. Pedersen wrote:
>
>
> > In the end:
> >
> > 1) "Pass-through Queries" don't give me any problem with stupid
> > PopUp forms
> >asking for confirm, but can not be used if I must refer to a MS Access
> >Object in the sintax of the quer
> In the end:
>
> 1) "Pass-through Queries" don't give me any problem with stupid
> PopUp forms
>asking for confirm, but can not be used if I must refer to a MS Access
>Object in the sintax of the query.
>
>
> 2) the "Action Queries" can read MS Access objects but need to be
> confi