====== TableExists function ====== ==== Description ==== Determines whether the table specified exists in the current database. ==== Syntax ==== //truefalse// = **TableExists**(//tablename//) ==== Parameters ==== The TableExists SSP function has the following parameter. ^Parameter^Description^ |//tablename//|An attached table.\\ || ==== See Also ==== [[rowexists|RowExists()]] ===== =====