PDA

Click to See Complete Forum and Search --> : Sorting A Recordset


Dafly
Apr 28th, 2000, 01:49 AM
I am trying to sort data in excel, I am dsiplaying it within 5 textboxs and want it to sort by a certin column starting from 0 to 100 I know I would have to use Select in sql but I do not know how to add it into my program can anyone help me out on this??

Thank you,
Jeremy

kike
Apr 28th, 2000, 02:32 AM
i can help you with excel, but i really didn't get the idea.
Could you be more especific, please?

Dafly
Apr 28th, 2000, 04:47 AM
Ok this is what I am doing, I have an excel file that I am opeing in a datacontrol, then displaying the info on 5 diff textboxs. what I want to do is befor i display the info onto the textbox's I want to sort the info on one column so that the numbers got from low to high ie. 6,6,7,7,8,8,9,9 and not 6,7,6,8,7 etc.


Sorry I was not so clear the frist time hope this is better,
Jeremy