VIDEO: Sorting Continuous Forms
A 12-minute video that shows you how to implement my NewSort and UseHand functions for sorting continuous forms in MS Access.
I recorded a companion video to go with my article about sorting a continuous form in MS Access by simply pointing at a column label.
The sample database that I reference in the video is available here: NewSortSample.accdb.
I show what the function looks like in practice. I also show how easy it is to implement on a continuous form, including a couple of tricks that I use to speed up the process of creating and formatting multiple clickable labels.
The video also covers Mister Slimm's UseHand()
function, which I refactored for simplicity and 64-bit compatibility here: UseHand(): Changing the Mouse Cursor in Microsoft Access.