multiple sortings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is it possible to have multiple sortings in a select query i know i can
do it in sql but can it be done in the query grid
 
Yes, the sort order is from left to right on the columns in the grid.
E.G. if column 1 is surname and column 2 is firstname then you can set both
columns to be sorted ascending. It will sort by surname first and then by
firstname
 
Back
Top