Multiple Choice
Adding ________ to code in VBA is an excellent way of communicating the intentions of a procedure to other database administrators,and it is a good way of keeping track of your own code.
A) procedures
B) Modules
C) Declarations
D) comments
Correct Answer:

Verified
Correct Answer:
Verified
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
Q22: The _ setting examines the ASCII values
Q24: DoCmd allows for Access to import,export,or link
Q25: VBA uses a(n)_ feature similar to that
Q26: The _ method allows for Access to
Q27: _ can contain multiple procedures.<br>A)Declarations<br>B)Modules<br>C)Functions<br>D)Methods
Q28: VBA uses an AutoComplete feature similar to