Module Code Window 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

  

Code Window

The Code window is found to the right of the Project Explorer. It displays the VBA code for the object currently highlighted in the Project Explorer.

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

open the code window

In the example below, the VBA code is displayed for the module called Module1.

view code for Module1

Immediate Window >