Unable to view form objects

S

Steven Wong

I am in the process of reviewing an MS Access 2000 mdb application. When
looking at the objects, I could not see or display the list of Form objects
used in this application. I need to get to the forms so that I can evaluate
the codes behind the underlying objects within each of these forms.

Could someone tell me how I can get to these forms? What kind of
property/method on these forms which is preventing them from being visible.
The other objects like the tables, queries etc. are visible.

Your prompt response is very much appreciated.
 
R

Rick B

Sounds like they are hidden and you have your settings to not display hidden
objects.

Tools/Options/View...
Hidden Objects
 
Top