answersLogoWhite

0

Select the area you want to sort and select sort descending (High to Low; e.g. Z - A).

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you create a query that will display the top five orders in descending order by order total?

To create a query that will display the top five orders in descending order by order total create a select query object. Open the query design table and select the top five orders, then choose to display them in descending order.


Which action do you perform on a data source to reorganize the order of the record for a merge?

You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.


What is the polynomial in descending order 3x2 - 2x - 21?

It is written in descending order.


what is 0.506 0.516 0.615 0.609 in descending order?

you wrote them in descending order


What word contains all vowels in descending order?

Abstemious for ascending order Suncontinental for descending order


What does descending mean in maths?

In Maths, we often talk about ascending and descending order. Ascending order is writing numbers from smallest to largest. Descending order is writing numbers from largest to smallest.


What is the hierarchy of the Campagnolo groupset?

The Campagnolo groupset hierarchy consists of four main levels: Super Record, Record, Chorus, and Potenza. Super Record is the top-tier groupset, followed by Record, Chorus, and Potenza in descending order of performance and price.


Display the size and names of six largest files in the currenty directory listed in descending order in unix?

ls -1Ss | tail -n +2 | head -6


Is descending order from high to low?

Numbers are said to be in descending order when they are arranged from the largest to the smallest number.


To set up long division of polynomials you should make sure that each polynomial is written in order and has no missing terms?

Make sure that each polynomial is written is DESCENDING order. *Apex student*


How do you find the descending order of x2-3x-10?

It is already in descending order and it factors to (x+2)(x-5)


How can you sort the results from an sql statement?

You can sort the results of a query by using the order by clause. Ex: Select * from tbl_employee order by emp_num The above query would sort the results by the employee number and display them. The default sort is ascending order. Ex: Select * from tbl_employee order by emp_num desc The above query would sort the results by descending order of employee number and display them.