Site MapHelpFeedbackLesson 15 - Working with Macros and Modules
Lesson 15 - Working with Macros and Modules
(See related pages)

1
Macros can recover from _______________ in a controlled manner.
A)events
B)modules
C)arguments
D)errors
2
A report module includes code for all event _______________ triggered by events occurring on a specific report or its controls.
A)properties
B)procedures
C)macros
D)commands
3
The VB Name used to display the warning message icon is _______________.
A)vbCritical
B)vbInformation
C)vbExclamation
D)vbQuestion
4
What happens when a user double-clicks an object in the Project pane of the Visual Basic Editor?
A)The associated code is displayed in the Code pane.
B)The associated code is displayed in a new window.
C)The object is deleted from the Project pane.
D)The object's property sheet opens.
5
A(n) _______________ is major object that completes an action or a set of actions.
A)event
B)property
C)procedure
D)macro
6
By default, what is the name of a new module in the Modules folder of the Project pane called?
A)Bas1
B)Module
C)New Module
D)Module1
7
To assign a macro to an event, users need to open the form in Design View.
A)event
B)property
C)title
D)macro
8
In a module, the VB Name used to display a warning query icon is _______________.
A)vbCritical
B)vbInformation
C)vbExclamation
D)vbQuestion
9
In a module, a(n) _______________ is a series of commands and properties that perform a specific task.
A)event
B)property
C)procedure
D)macro
10
A(n) _______________ is a major object that can run independent of a control.
A)event
B)property
C)procedure
D)macro







PAS Office 2007 BriefOnline Learning Center

Home > Access > Lesson 15 Quiz