I have an Access macro in which I would like to test for the existence of a temporary table before execution of a DeleteObject action that deletes that table.
This macro has been running for years but every once in a while the table does not exist (reasons unknown at this time) and the macro terminates abnormally.
What condition do I put in the condition column to accomplish this?
Thanks in advance.