Hello...
How to test whether the table is exist or not like we test the file.

ex:
if Dir(myFile)<>"" Then
msgbox"Your File is =>" & myFile
else
msgbox"Your File doesn't exist
endif