Working with Events, Macros - Quiz Explanation

The answers you selected are indicated below, along with text that explains the correct answers.
 
1. Which of the following is not valid techniques for executing macros in Access?
Please select the best answer.
  A. Double-clicking from the Macros list in the Database window
  B. Validating a field in a table
  C. Assigning the macro group and name to an event off of various access objects such as forms, reports, and controls.
  D. Calling the macro from another macro or VBA code.
  The correct answer is B. The correct answer is B because you can not use a macro in the Validation clause.
The other answers are all valid ways to call macros from within Access.

2. According to the lesson, what are the first two steps to create a macro?
Please select the best answer.
  A. Create a group, then fill in Action Arguments.
  B. Create a Group, then pick a Macro Action.
  C. Assign the description, then create a group.
  D. Pick a Macro Action, then fill in the Action Arguments.
  The correct choice is B . The correct choice is B because you need to first create a macro group, then pick the first macro action to use. The other choices are legitimate steps, but out of order.

3. Which property sheet tab do you use to assign macros to controls, forms, and reports?
Please select the best answer.
  A. Data
  B. Format
  C. Events
  D. Other
  The correct answer is C.
The correct answer is C because the Events tab is used for assigning macros to the various objects. The other choices look at the different properties of the objects.