graphic2
graphic1

Exam 77-424: Microsoft Access 2013
4.0 Create Forms
4.3 Format a Form: Modify Existing Forms (Create an Event)

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...

Visual Basic for Applications