I am trying to get a Control to sort on dbl click either Ascending or Descending depending on the current state of the records - which would be in one of three conditions: if unsorted then sort as Asc; if sorted as Asc then re-sort as Desc; if sorted as Desc then re-sort as Asc.
This will be a Public Function in a module that can be called from any control in any form from OnDblClick.
Any suggestions?
Thanks in advance.
This will be a Public Function in a module that can be called from any control in any form from OnDblClick.
Any suggestions?
Thanks in advance.