Hi, > AdoQuery1.sort works fine for all fields except calculated fields. > > Can any one please help to sort out this problem.
quick 'n' dirty... you could fill a temporary field with the values of your calculated fields, and do a sort on that. Just my 2c Cheers, A.