Discuss the best strategy for creating a form that sorts by more than one field.

What will be an ideal response?


If you want to sort on multiple fields, you may create a query with a more advanced sort order, and then base the form on the query. For example, you may want to sort your records first by a state name, and within each group of state records, sort them by city. You can use the query as the record source of the form.

Computer Science & Information Technology

You might also like to view...

What is special about the order in which the nodes are visited in an inorder traversal of a binary search tree?

What will be an ideal response?

Computer Science & Information Technology

How do pixel-based and vector-based animation formats differ in how they represent images?

What will be an ideal response?

Computer Science & Information Technology

Which protocol secures IP at the Network layer by using secure communications and encryptions standards?

A. SSL B. TLS C. IPSec D. RSA

Computer Science & Information Technology

Which command would be used to search for a specific string of letters or characters within a Linux filename?

A) search B) sudo C) grep d) apt-get

Computer Science & Information Technology