Multiple Choice
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. Why do forms generally contain more VBA than reports?
A) They generally show one record of data at a time.
B) The user interacts with forms more than reports.
C) They store Structured Query Language.
D) They may contain expressions that calculate new pieces of information.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Use the On Got <u>Cursor </u>event when
Q13: This character separates multiple arguments in a
Q20: Which is easier to create, a macro
Q27: You would most likely create a function
Q29: Which VBA keyword(s) is required as the
Q45: Syntax errors in the Visual Basic Editor
Q62: A function created in a standard module
Q68: This type of procedure manipulates controls and
Q72: Visual Basic for Applications (VBA)is only available
Q76: <u>DoCmd </u>is a VBA object that supports