graphic1

Exam 77-424: Microsoft Access 2013
4.0 Create Forms
4.3 Format a Form: Modify Existing Forms (Convert Macros to VBA)

Review the Event Procedure

When the process is done, the Embedded Macros on this Form will be converted to Event Procedures.

 

2. Try it: Find the Event Procedure

The Customer Form is open in Design View.

The "GoHome" Button is selected.

 

Go to Property Sheet->Event->On Click.

 

What Do You See? There is an Event Procedure that will run whenever a User clicks on this Button.

 

Try This, Too: Review the Event Procedure

Click on Event Procedure.

Click on the 3-dot Builder.

 

The Visual Basic for Applications Windows should open. Curious?

Keep going...

 

Memo to Self: The Conversion from Macro to VBA is for this Form, only.

Form Design Tools ->Design->Tools->Convert Form's Macros to Visual Basic

graphic2