In Microsoft Access 2016, _________ is used to filter a datasheet based on a selected field value in a datasheet or form.
A. filter by form
B. conditional filtering
C. autofiltering
D. filter by selection

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


filter by selection

Rationale: In Microsoft Access 2016, filter by selection is used to filter a datasheet based on a selected field value in a datasheet or form. Filter by form changes the datasheet to display blank fields so that you can choose a value for any blank field to apply a filter that selects only those records containing that value. See 18-3: Sorting and Filtering Data

Computer Science & Information Technology

You might also like to view...

How would you best describe the purpose of the following code?

``` f = 0; for (i = 1; i < N; ++i) if (a[i] >= a[f]) f = i; ``` a. Rearrange the first N components of array a in descending order. b. Rearrange the first N components of array a in ascending order. c. Place the largest component of array a in position N. d. Compute the value of the largest component in array a. e. Determine the subscript of the last occurrence of the largest of the first N components of array a.

Computer Science & Information Technology

The Accessibility Wizard has options allowing users to configure windows to meet their ________, ________ and ________ needs.

(a) vision, hearing, mobility. (b) mouse, keyboard, monitor. (c) vision, graphical, screen reader. (d) user agent, braille display, screen reader.

Computer Science & Information Technology

____ responses, if present, can provide the most reliable means by which to identify the database.

A. Filter B. Mask C. Database D. Client

Computer Science & Information Technology

Which of the following JavaScript methods is used to define an object collection based on a CSS (Cascading Style Sheets) selector? ?

A. document.querySelectorAll(selector) B. document.getElementbyId(selector) C. object.style.property = "value(selector)" D. object.property = "value(selector)"

Computer Science & Information Technology