Hello, Microsoft Visual Basic!

Clicking on the 3-Dot Builder should open a new program: Microsoft Visual Basic for Applications. VBA is a programming language.

 

5. Try it: Review the Code

The Visual Basic editor lists the objects on the left side and the code  on the right in the big pane.

 

Form_MovieSearch is selected.

There is an AfterUpdate Event for the GenreCombo.

 

The code begins with: Private Sub,

where Sub means Subroutine.

 

The code ends with: End Sub.

 

Keep going...

Exam 77-885: Microsoft Access 2010

3. Building Forms

3.2. Apply Form Design options: View Code

Visual Basic for Applications