G
Goblin
Hi,
I need to execute a batch of queries (read from a file) and log the errors
in another file.
Im using the DoCmd.RunSQL command, but when a query is not correct (for
example, missing quotes) Access stop the macro processing and ask for the
missing parameter.
Is it possible to suppress this behaviour and just have an error as result
of the wrong query?
I've already tried with DoCmd.SetWarnings False but this seems not to work.
I'm using Access 2000.
Thanks.
I need to execute a batch of queries (read from a file) and log the errors
in another file.
Im using the DoCmd.RunSQL command, but when a query is not correct (for
example, missing quotes) Access stop the macro processing and ask for the
missing parameter.
Is it possible to suppress this behaviour and just have an error as result
of the wrong query?
I've already tried with DoCmd.SetWarnings False but this seems not to work.
I'm using Access 2000.
Thanks.