D
David Chase
I have code behind a button that runs queries using the OpenQuery method.
For example:
stQuery = "qappDirectDepToDedFA"
DoCmd.OpenQuery stQuery
A couple of times now, this query did not run and no error was given. Is
there any way to be sure that a query has successfully run? This query was
an append query and I was able to run it by opening it from the list of
queries in the database and it ran fine. Thank you.
David
For example:
stQuery = "qappDirectDepToDedFA"
DoCmd.OpenQuery stQuery
A couple of times now, this query did not run and no error was given. Is
there any way to be sure that a query has successfully run? This query was
an append query and I was able to run it by opening it from the list of
queries in the database and it ran fine. Thank you.
David