Chesterex1
Vendor
In one of my procedures, I delete a table.
Occassionally the table does not exist.. How can I reference the table in VB Code to bypass the docmd.DeleteObject code if the table does not exist.
IE the Syntax for the pseudo code
IF tblData1 does not exist then....
Thanks a Bunch
Chester
Occassionally the table does not exist.. How can I reference the table in VB Code to bypass the docmd.DeleteObject code if the table does not exist.
IE the Syntax for the pseudo code
IF tblData1 does not exist then....
Thanks a Bunch
Chester