Sometimes an error occurs in my application when I open a form which is showing the records of a table.
That table has been created just before I open the form using a create table query.
It seams that the make table query execution is not completed when the user try open the form.
Is there a way to stop the code execution while a query or SQL request is not completed to avoid that problem?
Looking at the help, I found and tried DbEngine.Idle but without success.
Thanks
That table has been created just before I open the form using a create table query.
It seams that the make table query execution is not completed when the user try open the form.
Is there a way to stop the code execution while a query or SQL request is not completed to avoid that problem?
Looking at the help, I found and tried DbEngine.Idle but without success.
Thanks