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.
Which of the following objects may not store class modules?a. Queriesb. Formsc. Reportsd. Each may store VBA
What will be an ideal response?
Answer: A
You might also like to view...
When the address of the actual argument is passed to the formal parameter, this is called __________________________
Fill in the blank(s) with the appropriate word(s).
If you are using a Mac and accidentally delete a file from the hard drive and need to recover it, look in the Recycle Bin.
Answer the following statement true (T) or false (F)
The other classes or functions that use a certain class are referred to as its:
a. Clients. b. Data members. c. Member functions. d. Methods.
To associate a style sheet with screen devices that are greater than or equal to specific width, use the query ____.
A. media = "screen and (max-width: value)" B. media = "screen and (min-width: value and max-width: value)" C. media = "screen and (orientation: type)" D. media = "screen and (min-width: value)"