Multiple Choice
Aaron and Jeff 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 quiz for the other. Two of Aaron's questions are shown below. Which of the following contains the term that is described by the following statement?
"Declares a variable, a named storage location that contains data that can be modified during program execution."
A) Option Explicit
B) Option Compare Database
C) Dim
D) Private Sub
Correct Answer:

Verified
Correct Answer:
Verified
Q5: GoToControl is an example of a(n) _.<br>A)
Q7: Standard modules are also called universal modules.
Q43: This VBA keyword(s) specifies the location of
Q49: Which procedure is triggered after a field
Q51: It is common for VBA programmers to
Q53: Kelsey and Matt are in the same
Q56: VBA uses different colors to mean different
Q57: Which statement declares a variable, a named
Q60: You can create a comment by starting
Q61: Standard modules are also called _ modules.<br>A)