Check if Object Exists in the Database
I want to try to check if an object exists in the database before I do the command to delete it. Any help on how to do that?
At this point I am stuck at the following point:
If dbs("Feed_CslLiveJobs") .:(.. Exists? = True Then
DoCmd.DeleteObject acQuery, "Feed_CslLiveJobs"
End If
Thanks,
Coby
|