When you open up the condition column in (A2000) macro design, you can put a UDF (or other function that returns True or False) whether to execute a macro statement(s). I've seen examples with IsNull().
How would I condition based on whether a table exists, such as IfExists(tblFoo)? IsObject didn't seem to do the trick.
The objective is to prevent the warning when I do a DeleteObject Action on a table that doesn't exist. Amazingly enough, SetWarnings to No does not stop this error message.
How would I condition based on whether a table exists, such as IfExists(tblFoo)? IsObject didn't seem to do the trick.
The objective is to prevent the warning when I do a DeleteObject Action on a table that doesn't exist. Amazingly enough, SetWarnings to No does not stop this error message.