Filter/Sort Issue

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I have a table with 11 columns, one being an IDNumber
(AutoNumber) field. I want to be able to sort the table
first by column 10 then by column 11 and finally by
column 1, the ID number field. How do I do this and keep
it all straight?
 
Create a query on the table with the fields you want to sort by in order
from left to right in the query grid. Select the sort order for each field.
That should do it. HTH.

Jim
 
Back
Top