When viewing a form in Form view, you see that the records are displayed in order based on the primary key field. You prefer to temporarily view the records in alphabetical order by last names. Explain how to change the form to display records using the last name field, and how to return the form to display records in primary key order

What will be an ideal response?


To sort by last names, click in the last name text box to select it, and then click Ascending in the Sort & Filter group on the HOME tab. To restore the form to primary key order, click Remove Sort in the Sort & Filter group on the HOME tab.

Computer Science & Information Technology

You might also like to view...

What will be displayed after the following document.write statement is executed?

``` var math = new Array("Algebra 1", "Algebra 2", "Trig", ? "Calculus 1", Calculus 2"); document.write("There are " + math.length + 1 + " math ? courses in the sequence."); ``` a. There are 5 math courses in the sequence. b. There are 4 math courses in the sequence. c. There are 6 math courses in the sequence. d. Nothing will display. This code won't work.

Computer Science & Information Technology

Portrait and landscape are two types of ____.

A. illustrations B. artboard sizes C. orientations D. workspaces

Computer Science & Information Technology

The SharePoint ________ view displays the contents of lists and libraries as lists included in a Web page

Fill in the blank(s) with correct word

Computer Science & Information Technology

A chart is a picture of worksheet data.

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

Computer Science & Information Technology