4
Exploring Microsoft Access 2003 Chapter 8 Creating More Powerful Applications: Introduction to VBA

Exploring Microsoft Access 2003 Chapter 8 Creating More Powerful Applications: Introduction to VBA

  • View
    212

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Exploring Microsoft Access 2003 Chapter 8 Creating More Powerful Applications: Introduction to VBA

Exploring MicrosoftAccess 2003

Chapter 8

Creating More Powerful Applications:

Introduction to VBA

Page 2: Exploring Microsoft Access 2003 Chapter 8 Creating More Powerful Applications: Introduction to VBA

Objectives

• Describe relationship of VBA to Office 2003

• Describe components of the Module window

• Describe two ways to create event procedure

Page 3: Exploring Microsoft Access 2003 Chapter 8 Creating More Powerful Applications: Introduction to VBA

Hands-on Exercises

• Create a combo box to locate a record on a form.

• Create an event procedure to facilitate data entry through keyboard shortcuts

• Create an event procedure that substitutes application-specific message for the standard Access error message. Describe MsgBox function arguments

• Describe several types of data validation

Page 4: Exploring Microsoft Access 2003 Chapter 8 Creating More Powerful Applications: Introduction to VBA

Module Window

Name of procedure(Form_Current)

Case statement

Name of secondProcedure (Form_Error)

MsgBox function