Sep 14, 2007 #1 tjcusick Programmer Dec 26, 2006 134 US Is there a way in code to do a two column sort? I know that you do Code: asgRegList.SortColumn:=12; asgRegList.Sort; to sort on one column but is there a way to do multiple column sort like i want to sort first by 12 then by 10? Tom C
Is there a way in code to do a two column sort? I know that you do Code: asgRegList.SortColumn:=12; asgRegList.Sort; to sort on one column but is there a way to do multiple column sort like i want to sort first by 12 then by 10? Tom C