Discuss how macros can enhance the overall user experience

What will be an ideal response?

Macros can be usedin ways that allow an inexperienced person the ability to complete complex database tasks with ease. Macroscan be embedded in form objects to add functionality or ease the process of navigating through multiple forms. Macros can decrease processing time by automating tasks with a click of the mouse. They can also increase the integrity of the data stored in the database by enforcing complex data validation rules and implementing complex business logic in the tables.

Computer Science & Information Technology

You might also like to view...

Consider the code segment below. Which of the following statements is false? int[] g; g = new int[23];

a. The value of g[3] is -1. b. The first statement declares an array reference. c. The second statement creates the array. d. g is a reference to an array of integers.

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. Multiple public: and private: sections are prohibited in a class. 2. A sure test of whether you have succeeded in producing an Abstract Data Type (whether you have truly separated the interface from the implementation) is whether you can use the ADT then change either the implementation or the client code without being required to change the other.

Computer Science & Information Technology