In what situations must you use a macro instead of a module?

What will be an ideal response?


1.  When making global shortcut key assignments, you must use a macro.
2.  You can also use an automatic macro that carries out a series of actions that are beyond the capabilities of the startup options when the database first opens (AutoExec).

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. You should not call methods from constructors. b. Nested if statements can be useful for validating values. c. Logical operators can express nested if statements more concisely. d. One problem with calling methods from constructors is that it can lead to duplicated validation code.

Computer Science & Information Technology

A SmartArt graphic consists of two parts: the SmartArt graphic itself and a(n) ____ pane.

A. Text B. Editing C. Writing D. Bullet

Computer Science & Information Technology

In ____ modeling, the administrator programs a set of rules that would apply to the identity data set.

A. rule-based B. role-based C. location-based D. group-based

Computer Science & Information Technology

The code to declare and initialize an array (in one statement) called fruit that holds the strings "Apple", "Mango", and "Pear", in that order, is _____________________________________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology