Exam 13: Creating Modules and Vba
Exam 1: Getting Started With Access68 Questions
Exam 2: Building and Using Queries68 Questions
Exam 3: Using Forms68 Questions
Exam 4: Using Reports75 Questions
Exam 5: Modifying the Database Structure71 Questions
Exam 6: Improving Queries70 Questions
Exam 7: Enhancing Forms69 Questions
Exam 8: Analyizng Data With Reports71 Questions
Exam 9: Importing and Exporting Data69 Questions
Exam 10: Creating Advanced Queries71 Questions
Exam 11: Creating Advanced Reports69 Questions
Exam 12: Creating Macros71 Questions
Exam 13: Creating Modules and Vba71 Questions
Exam 14: Administering the Database71 Questions
Exam 15: Using Acess and the Web71 Questions
Exam 16: Completing a Database Application71 Questions
Select questions type
Which VBA keyword(s) is required as the last statement of a sub procedure?
(Multiple Choice)
4.7/5
(33)
Use the On Got Cursor event when you want to trigger when a procedure when a control gets the focus.
(True/False)
4.8/5
(43)
DoCmd is a VBA object that supports many methods to run common Access commands such as closing windows or opening forms.
(True/False)
4.9/5
(28)
Syntax errors in the Visual Basic Editor window are the most difficult type of error to find. _____
(True/False)
4.9/5
(29)
This type of procedure is generally executed when an event occurs.
(Multiple Choice)
4.8/5
(42)
The Else portion of an If...Then...Else construct is executed only if the expression is evaluated false.
(True/False)
4.8/5
(32)
This type of procedure performs a series of VBA statements, but is not used in an expression.
(Multiple Choice)
4.8/5
(30)
Which of the following VBA keywords is a declaration statement that determines the way string values (text) will be sorted?
(Multiple Choice)
4.8/5
(33)
The End If statement is needed to mark the end of the If block of code.
(True/False)
4.9/5
(33)
As you write a VBA statement, IntelliSense technology helps you complete it.
(True/False)
4.8/5
(33)
Visual Basic code is stored in a database object called a(n) _____.
(Short Answer)
4.8/5
(31)
_____ statements precede procedure statements and help set rules for how the statements in the module are processed.
(Short Answer)
4.8/5
(38)
Forgetting an End If statement would be an example of which type of programming error?
(Multiple Choice)
4.9/5
(38)
Click the gray bar to the right of the VBA statement to toggle breakpoints on and off. _____
(True/False)
4.8/5
(29)
Showing 21 - 40 of 71
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)