What are two locations in Access that VBA procedures can be stored? Provide an example of each
What will be an ideal response?
VBA procedures can be stored in modules. Modules can be created and edited either in the navigation pane or in the Visual Basic Editor. VBA procedures can also be stored in objects such as forms and reports. For example, a VBA procedure that prints a form might be associated with the on click event of a button on the form. The VBA itself is then stored in the form object and can be edited in the Visual Basic Editor.
You might also like to view...
The reflected beam _________________.
a. comes from the light source and hits the object b. comes from the object and hits our photoreceptors c. comes from our eyes d. none of the above
Purchasing receives a phone call from a vendor asking for a payment over the phone. The phone number displayed on the caller ID matches the vendor's number. When the purchasing agent asks to call the vendor back, they are given a different phone number with a different area code. Which of the following attack types is this?
A. Hoax B. Impersonation C. Spear phishing D. Whaling
Which of the following languages was an ancestor of C?
(a) A (b) A+ (c) B (d) B+
You can begin a single-line comment with a(n) ____.
A. double quotation mark (“) B. single quotation mark (‘) C. asterisk (*) D. slash (/)