G
Guest
Is there a way to check using SQL in VB that a Table exists, when you know
what the table name is?
I need some sample syntax: The following Syntax will give you an idead of
what I am looking for...... this is incorrect by the way......
if TBL_CUSTOMERS.Exists then
code
endif
what the table name is?
I need some sample syntax: The following Syntax will give you an idead of
what I am looking for...... this is incorrect by the way......
if TBL_CUSTOMERS.Exists then
code
endif