While it seems simple enough to right click and select small to large, low to high etc., is there a way to code a double click event that sorts the form?
For example, they double click on the header and in the code I run something that sorts by that column.
Is there a simpler way to do that other than setting the record source again and placing an order by on the end with the appropriate column name?
For example, they double click on the header and in the code I run something that sorts by that column.
Is there a simpler way to do that other than setting the record source again and placing an order by on the end with the appropriate column name?