I have been working with SQL and Access and Oracle for a few years and have used
sysobjects to determine the presence of an object when needed. To this point, I am
able to determine if a table was created and if it exists in the db.
I would like to do the same in Access v2007.
I have searched for a process to determine the presence of a table in the Navigation Pane
and have gotten to the point where I see the sysobjects table in the Navigation Pane.
Unfortunately, this system table is greyed out and is inaccessible for querying.
Does anyone have a snippet of code that detemines the presence of an object, preferable,
a table in the Navigation Pane? Does one use the sysobjects table? Can this technique be used
for other opjects such as forms, reports, modules etc?
Please advise!
Thanks for your consideration!
Jim