M
Martin
Question, I currently have a "DeleteObject" action that
deletes a table in my database "tblSusp", right after that
action I have another action that imports a text file into
a table. The bad thing is that if the table "tblSusp" does
not exist the macro will give an error message and halt
the process. How do I set a condition to where the macro
will bypass the "DeleteObject" action if the
table "tblSusp" does not exist and continue with the
import action?
deletes a table in my database "tblSusp", right after that
action I have another action that imports a text file into
a table. The bad thing is that if the table "tblSusp" does
not exist the macro will give an error message and halt
the process. How do I set a condition to where the macro
will bypass the "DeleteObject" action if the
table "tblSusp" does not exist and continue with the
import action?