VB Project Explorer in Microsoft Access

Ask us a question on-line
or get our email address on scr.im

Access Programmers has a mission to help people improve productivity through the effective use of technology.

 

 

Microsoft Certified Partner

  

Project Explorer

The Project Explorer can be found in the top left portion of the Microsoft Visual Basic window. It is a hierarchical listing of the objects recognized by VBA.

If the Project Explorer is not visible when you open the Microsoft Visual Basic window, you can make it visible by selecting Project Explorer under the View menu.

open the Project Explorer

In the example below, there are two "Microsoft Access Class Objects" - one is a form called frmProducts and the other is a report called rptCategories_Report.

In addition, there is one Module called Module1.

objects you've created in your database

The above reflect all objects that you've created in your Access database.

Properties Window >