Home Privacy Policy Feedback Link to us Site Map
Loading

MS Access Tutorial: VBA Basics in Access 2003/XP/2000/97 (page 3 of 7)


Next, let's take a few moments to analyze the various sections in the Microsoft Visual Basic window.

Project Explorer

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

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

These are all objects that you've created in your Access database.

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.