ISTABLE( )
Tests for the existence of a table in a specified database.
Syntax
ISTABLE(<filename>)
<filename>
The name of the table to search for. You cannnot use a filename skeleton for ISTABLE( ). If you do, it will return false.
Description
Use ISTABLE( ) to confirm the existence of a table. If the table exists, ISTABLE( ) returns true; otherwise it returns false.
OODML
Use the Database object’s tableExists( ) method.