I am presenting the option to users, since they are used to working in Excel, to view the data as a datasheet. It looks great, but they would like to be able to sort in different columns like they do in Excel. Outside of giving them a query to play with and maybe screw up, is there a way to provide this to them. I thought about building an Order By string for the form, but it got a little complicated when I considered the sort order and various ascendding and descending options.
I don't want to beat myself up over this if I don't have to (i.e. quick and dirty if possible).
Thanks in advance.