Exam 15: Creating Modules and Vba
Exam 1: Getting Started With Microsoft Office 201370 Questions
Exam 2: Getting Started With Chapter Access 201375 Questions
Exam 3: Building and Using Queries75 Questions
Exam 4: Using Forms75 Questions
Exam 5: Using Reports75 Questions
Exam 6: Modifying the Database Structure83 Questions
Exam 7: Improving Queries84 Questions
Exam 8: Enhancing Forms87 Questions
Exam 9: Analyzing Data With Reports83 Questions
Exam 10: Importing and Exporting Data87 Questions
Exam 11: Analyzing Database Design Using Northwind81 Questions
Exam 12: Creating Advanced Queries85 Questions
Exam 13: Creating Advanced Reports87 Questions
Exam 14: Creating Macros92 Questions
Exam 15: Creating Modules and Vba77 Questions
Exam 16: Administering the Database93 Questions
Exam 17: Chapter Access and the Web84 Questions
Select questions type
When you encounter a run-time error, VBA will stop execution of your procedure at the line in which the error occurred. _____
(True/False)
4.8/5
(40)
Visual Basic code is stored in a database object called a(n) _____.
(Short Answer)
4.9/5
(35)
These types of errors occur after the code starts to run and include attempting an illegal operation, such as dividing by zero.
(Multiple Choice)
4.8/5
(34)
Which VBA keyword(s) is required as the last statement of a function procedure?
(Multiple Choice)
4.8/5
(45)
A function created in a standard module can be used in any report in the database.
(True/False)
4.9/5
(40)
Which VBA keyword(s) is required as the last statement of a sub procedure?
(Multiple Choice)
4.9/5
(36)
Kelsey and Matt are in the same advanced Access class and have teamed up to help each other understand VBA. In order to prepare for the VBA test, each has created a multiple choice quiz for the other. Some of Kelsey's questions are shown below.
-Which of the following types of procedures is generally stored in standard modules vs. class modules?
(Multiple Choice)
4.7/5
(24)
This type of module is stored within a particular form or report.
(Multiple Choice)
4.9/5
(31)
-In the figure above, how many declaration statements are shown? _____

(Short Answer)
4.8/5
(39)
The End If statement is needed to mark the end of the If block of code.
(True/False)
4.8/5
(34)
-In the figure above, the name of a function argument is ____.

(Multiple Choice)
4.8/5
(32)
When you type a colon after the DoCmd object, IntelliSense technology helps you complete the statement.
(True/False)
4.8/5
(34)
Showing 21 - 40 of 77
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)