Hi all...beginner here so please excuse the simple questions. I have found examples on how to write a function that creates a table. Now i would like to create a function that checks if a table exits. So far I have:
Sub CheckTable(strTable as String)
Dim dbs as Database, tbl as TableDef
Set dbs = CurrentDB
LOL, can anyone help me finish...I am not finding my answer anywhere and I need some help. TIA!!!!
Sub CheckTable(strTable as String)
Dim dbs as Database, tbl as TableDef
Set dbs = CurrentDB
LOL, can anyone help me finish...I am not finding my answer anywhere and I need some help. TIA!!!!