Public Function DbFormExists(FormName As String, Optional dbs As DAO.Database = Nothing) As Boolean
Does the Form exist in the database ?
Test for existence of database objects
Does the Form exist in the database ?
Does the Macro exist in the database ?
Does the Module exist in the database ?
Does the object exist in the database ?
Is the object loaded (open) in the database and not in design mode ?
Is the object loaded (open) in the database ?
Does the Query exist in the database ?
Does the Report exist in the database ?
Does the column of the table exist in the database ?
Does the table exist in the database ?
Does the index of the table exist in the database ?