When using a(n) ________, Access prompts the user for input when the report is opened and then filters the report based on what the user keyed in

Fill in the blank(s) with correct word


interactive filter

Computer Science & Information Technology

You might also like to view...

The default: branch can be placed anywhere in the switch statement.

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

Computer Science & Information Technology

Two or more procedures in an application may need to use the same variable or array.

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

Computer Science & Information Technology

Which of the following statements is true about chaining?

a. It's a solution for a hash collision problem. When two elements have the same hash, they are stored in the same bucket, which is often a linked list. b. It's a solution for hash collisions. If an element's hash has the same value as the hash of an object already stored in the data structure, it is placed in the nearest not-occupied place. c. It's a technique used for computing hash values. d. None of the above

Computer Science & Information Technology

Two corresponding arrays are known as ____ arrays when each element in one array is associated with the element in the same relative position in the other array.

A. perpendicular B. parallel C. similar D. matching

Computer Science & Information Technology