Multiple Choice
Which of the following is NOT true regarding the layout of the Visual Basic Editor?
A) Directly under the application title are the Menu bar and Standard toolbar that are visible by default.
B) The larger window on the right of the Visual Basic Editor is the Module window.
C) On the left side of the Visual Basic Editor is the Project Explorer.
D) At the top of the screen is the title of the database that is currently open and being edited.
Correct Answer:

Verified
Correct Answer:
Verified
Q11: The _ setting results in case-insensitive comparisons.<br>A)Declarations<br>B)Option
Q12: _ only works on a line-by-line basis.
Q13: A _ is a type of Sub
Q14: Error handling is the process of identifying
Q15: Line labels can be used like bookmarks
Q17: _ are placeholders that can be set
Q18: _ are combinations of data and code
Q19: If a VBA error occurs while Access
Q20: The _ statement sets the string comparison
Q21: Using the Visual Basic Editor to compile