I have a dynamically generated table/contents that i want to give the user the ability to sort on multiple columns, columns will not always be beside each other
Rep Name (multiple occurrennces) Building ID (Multiple occurences per rep) Building Name Employee Name Job code
theer can be any number of fields and the user can sort on multiple field
so i give teh user a group of drop downs that lets tehm selet up to 5 fields on which to sort, i then pass teh column indexes to a function and dynamucally sort on those selections....
how?
TIA
Start Free Trial