multiple sortings

D

dlb1228

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
 
D

Dennis

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
 
Top