You can check in the MSysObjects Table, with a simple dlookup("Name","MSysObjects","Name='" & MyTableName & "'")
>-----Original Message----- >Hello, > >I'm looking for a sub fuction to test if a table already exist in a >database using VBS, before I execute the function creatobject. Thanks.