A
alan
I have a module that creates a temp query and then deletes
it before the module closes. This all works fine provided
the module completes. If for any reason the module is
stopped, the query is not deleted and the next time the
module runs it produces an error when it tries to create
the query saying the query already exists. I can manuualy
delete the query and rerun the module but I need to be
able to check to see if the query is there before creating
it. I just don't know how to do that. Any help? Thanks.
it before the module closes. This all works fine provided
the module completes. If for any reason the module is
stopped, the query is not deleted and the next time the
module runs it produces an error when it tries to create
the query saying the query already exists. I can manuualy
delete the query and rerun the module but I need to be
able to check to see if the query is there before creating
it. I just don't know how to do that. Any help? Thanks.