robert475
06-22-2010, 04:40 PM
Hi
I have a recordset that i would like the enduser using the program can order the results displayed on screen themselves i.e. in excel you can order the data by asc or desc by clicking on the relevant column.
I know in my query that is fetching the data, i can use the order by clause but i would like the user to be able to do it themselves. I have 4 columns of data that would need this applying to.
I am aware i can use a requestQuerystring method but is there another/better way of executing this?
Thanks
I have a recordset that i would like the enduser using the program can order the results displayed on screen themselves i.e. in excel you can order the data by asc or desc by clicking on the relevant column.
I know in my query that is fetching the data, i can use the order by clause but i would like the user to be able to do it themselves. I have 4 columns of data that would need this applying to.
I am aware i can use a requestQuerystring method but is there another/better way of executing this?
Thanks